fix: update button text in PickerHeader component
This commit is contained in:
parent
c55b891968
commit
49570b3a47
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ export const PickerHeader = ({
|
||||||
className="bg-foreground text-background hover:bg-foreground/90 font-semibold"
|
className="bg-foreground text-background hover:bg-foreground/90 font-semibold"
|
||||||
>
|
>
|
||||||
<Plus className="h-4 w-4" />
|
<Plus className="h-4 w-4" />
|
||||||
{isPickerOpen ? "Opening Picker..." : "Add Files"}
|
Add Files
|
||||||
</Button>
|
</Button>
|
||||||
<div className="text-xs text-muted-foreground pt-4">
|
<div className="text-xs text-muted-foreground pt-4">
|
||||||
csv, json, pdf,{" "}
|
csv, json, pdf,{" "}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue