pull/5370/head
yann300 4 years ago
parent 2a15935820
commit c9f8962a82
  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