mirror of
https://github.com/logos-storage/logos-storage-marketplace-ui.git
synced 2026-01-03 22:13:13 +00:00
Remove the useWorker property
This commit is contained in:
parent
a67630bd68
commit
9324c5ec0e
@ -117,7 +117,6 @@ export function StorageRequestFileChooser({ onToggleNext }: Props) {
|
||||
provider={() =>
|
||||
CodexSdk.data().then((data) => data.upload.bind(CodexSdk))
|
||||
}
|
||||
useWorker={false}
|
||||
/>
|
||||
</>
|
||||
);
|
||||
|
||||
@ -26,7 +26,6 @@ function About() {
|
||||
provider={() =>
|
||||
CodexSdk.data().then((data) => data.upload.bind(CodexSdk))
|
||||
}
|
||||
useWorker={false}
|
||||
/>
|
||||
</Card>
|
||||
</ErrorBoundary>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user