pull/1879/head
yann300 3 years ago
parent 5830be4a1d
commit 059861675e
  1. 2
      libs/remix-ui/workspace/src/lib/actions/workspace.ts

@ -118,7 +118,7 @@ export const loadWorkspacePreset = async (template: 'gist-template' | 'code-temp
})
plugin.fileManager.setBatchFiles(obj, 'workspace', true, (errorLoadingFile) => {
if (errorLoadingFile) {
dispatch(displayNotification('', errorLoadingFile.message || errorLoadingFile, 'OK', null, () => {}, null))
dispatch(displayNotification('', errorLoadingFile.message || errorLoadingFile, 'OK', null, () => {}, null))
}
})
} catch (e) {

Loading…
Cancel
Save