Merge branch 'master' of https://github.com/ethereum/remix-project into flakyballot

pull/3573/head
bunsenstraat 2 years ago
commit 719458dadc
  1. 2
      libs/remix-ui/home-tab/src/lib/components/homeTabGetStarted.tsx

@ -61,7 +61,7 @@ function HomeTabGetStarted ({plugin}: HomeTabGetStartedProps) {
await plugin.appManager.activatePlugin('filePanel')
const timeStamp = Date.now()
let templateDisplayName = TEMPLATE_NAMES[templateName]
templateDisplayName = await plugin.call('filePanale', 'getAvailableWorkspaceName', templateDisplayName)
templateDisplayName = await plugin.call('filePanel', 'getAvailableWorkspaceName', templateDisplayName)
await plugin.call('filePanel', 'createWorkspace', templateDisplayName, templateName)
await plugin.call('filePanel', 'setWorkspace', templateDisplayName)
plugin.verticalIcons.select('filePanel')

Loading…
Cancel
Save