pull/924/head
yann300 4 years ago
parent 913753f78d
commit 2882391bba
  1. 2
      apps/remix-ide/src/app/panels/file-panel.js

@ -66,7 +66,7 @@ module.exports = class Filepanel extends ViewPlugin {
}
render () {
this.initWorkspace().then(() => this.getWorkspaces()).catch(console.error)
this.initWorkspace().then(() => this.getWorkspaces()).catch(console.error)
return this.el
}

Loading…
Cancel
Save