Update homeTabGetStarted.tsx

yann300-patch-48
yann300 2 years ago committed by Aniket
parent a2bc79f179
commit 060ed77cc2
  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