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:
Deon Sanchez 2025-10-03 11:10:35 -06:00 committed by GitHub
commit b94dc62d15
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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,{" "}