Remove the useWorker property

This commit is contained in:
Arnaud 2024-08-23 17:22:47 +02:00
parent a67630bd68
commit 9324c5ec0e
No known key found for this signature in database
GPG Key ID: 69D6CE281FCAE663
2 changed files with 0 additions and 2 deletions

View File

@ -117,7 +117,6 @@ export function StorageRequestFileChooser({ onToggleNext }: Props) {
provider={() =>
CodexSdk.data().then((data) => data.upload.bind(CodexSdk))
}
useWorker={false}
/>
</>
);

View File

@ -26,7 +26,6 @@ function About() {
provider={() =>
CodexSdk.data().then((data) => data.upload.bind(CodexSdk))
}
useWorker={false}
/>
</Card>
</ErrorBoundary>