We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 634c500 commit 7306193Copy full SHA for 7306193
frontend/src/fs.tsx
@@ -558,8 +558,8 @@ export const OpfsExplorer: Component<
558
this.uploading = false;
559
};
560
561
- const uploadDisabled = use(this.uploading, (x) => x || FSAPI_UNAVAILABLE);
562
- const downloadDisabled = use(this.downloading, (x) => x || FSAPI_UNAVAILABLE);
+ const uploadDisabled = use(this.uploading, (x) => x || PICKERS_UNAVAILABLE);
+ const downloadDisabled = use(this.downloading, (x) => x || PICKERS_UNAVAILABLE);
563
564
return (
565
<div>
0 commit comments