Merge pull request #186 from langflow-ai/change-ingest-button-text
'Add files' button on cloud ingest temporarily changes to 'Opening picker'
This commit is contained in:
commit
b94dc62d15
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"
|
||||
>
|
||||
<Plus className="h-4 w-4" />
|
||||
{isPickerOpen ? "Opening Picker..." : "Add Files"}
|
||||
Add Files
|
||||
</Button>
|
||||
<div className="text-xs text-muted-foreground pt-4">
|
||||
csv, json, pdf,{" "}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue