Changes
Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
co-authored by
renee-png
parent
e8732f2f94
commit
05008eff93
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user