diff --git a/frontend/src/business/components/settings/system/SystemWorkspace.vue b/frontend/src/business/components/settings/system/SystemWorkspace.vue index 1680101b61..1c9f63180d 100644 --- a/frontend/src/business/components/settings/system/SystemWorkspace.vue +++ b/frontend/src/business/components/settings/system/SystemWorkspace.vue @@ -2,7 +2,8 @@
@@ -24,7 +25,9 @@
+ :show-delete="workspaceId !== scope.row.id" + @editClick="edit(scope.row)" + @deleteClick="handleDelete(scope.row)"/>
@@ -206,371 +209,378 @@