pull/5370/head
yann300 3 years ago
parent 0caa0b37ed
commit 3efb789972
  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) => { plugin.fileManager.setBatchFiles(obj, 'workspace', true, (errorLoadingFile) => {
if (errorLoadingFile) { if (errorLoadingFile) {
dispatch(displayNotification('', errorLoadingFile.message || errorLoadingFile, 'OK', null, () => {}, null)) dispatch(displayNotification('', errorLoadingFile.message || errorLoadingFile, 'OK', null, () => {}, null))
} }
}) })
} catch (e) { } catch (e) {

Loading…
Cancel
Save