diff --git a/apps/remix-ide/src/app/plugins/templates-selection/templates-selection-plugin.tsx b/apps/remix-ide/src/app/plugins/templates-selection/templates-selection-plugin.tsx index 162e7761aa..a6fa7e63b0 100644 --- a/apps/remix-ide/src/app/plugins/templates-selection/templates-selection-plugin.tsx +++ b/apps/remix-ide/src/app/plugins/templates-selection/templates-selection-plugin.tsx @@ -163,7 +163,7 @@ export class TemplatesSelectionPlugin extends ViewPlugin {
{item.displayName}
- {!template.IsArtefact && { name: "Generic", items: [ { value: "remixDefault", displayName: intl.formatMessage({ id: 'filePanel.basic' }) }, - { value: "blank", displayName: intl.formatMessage({ id: 'filePanel.blank' }) } + { value: "blank", displayName: intl.formatMessage({ id: 'filePanel.blank' }), IsArtefact: true } ] }, {