We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83e9b45 commit 9f0b0c1Copy full SHA for 9f0b0c1
ui/src/views/workspace/index.vue
@@ -37,7 +37,7 @@
37
$t('common.rename')
38
}}
39
</el-dropdown-item>
40
- <el-dropdown-item @click.stop="deleteWorkspace(row)" class="border-t p-8">
+ <el-dropdown-item @click.stop="deleteWorkspace(row)" class="border-t p-8" v-if ="row.id !== 'default'">
41
<AppIcon iconName="app-copy"></AppIcon>
42
{{
43
$t('common.delete')
0 commit comments