Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-04-19 15:48:50 +00:00
co-authored by renee-png
parent e8732f2f94
commit 05008eff93
+12
View File
@@ -1054,6 +1054,18 @@ function ImportPage() {
{running ? "Importing…" : "Upload CSV"}
</label>
</Button>
<Button
size="sm"
variant="outline"
disabled={running || (cfg.key === "locations" && !defaultClientId)}
onClick={() => {
setPasteText("");
setPasteFor(cfg);
}}
>
<ClipboardPaste className="h-3.5 w-3.5 mr-1.5" />
Paste
</Button>
</div>
</div>
</CardHeader>