revert
This commit is contained in:
parent
99cc806a55
commit
8213f0f613
1 changed files with 7 additions and 1 deletions
|
|
@ -51,13 +51,19 @@ export const PickerHeader = ({
|
||||||
Select files from {getProviderName(provider)} to ingest.
|
Select files from {getProviderName(provider)} to ingest.
|
||||||
</p>
|
</p>
|
||||||
<Button
|
<Button
|
||||||
|
size="sm"
|
||||||
onClick={onAddFiles}
|
onClick={onAddFiles}
|
||||||
disabled={!isPickerLoaded || isPickerOpen || !accessToken}
|
disabled={!isPickerLoaded || isPickerOpen || !accessToken}
|
||||||
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">
|
||||||
|
csv, json, pdf,{" "}
|
||||||
|
<a className="underline dark:text-pink-400 text-pink-600">+16 more</a>{" "}
|
||||||
|
<b>150 MB</b> max
|
||||||
|
</div>
|
||||||
</CardContent>
|
</CardContent>
|
||||||
</Card>
|
</Card>
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue