Skip to content

Commit 9f0b0c1

Browse files
committed
refactor: workspace ui
1 parent 83e9b45 commit 9f0b0c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/views/workspace/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
$t('common.rename')
3838
}}
3939
</el-dropdown-item>
40-
<el-dropdown-item @click.stop="deleteWorkspace(row)" class="border-t p-8">
40+
<el-dropdown-item @click.stop="deleteWorkspace(row)" class="border-t p-8" v-if ="row.id !== 'default'">
4141
<AppIcon iconName="app-copy"></AppIcon>
4242
{{
4343
$t('common.delete')

0 commit comments

Comments
 (0)