fix: prohibit delete last workspace (#2212)

This commit is contained in:
Himself65
2023-05-03 04:31:04 +00:00
committed by GitHub
parent f42d656cfa
commit aace740df5
4 changed files with 64 additions and 12 deletions
+2 -1
View File
@@ -227,5 +227,6 @@
"Finding Current Workspace": "Finding Current Workspace",
"Page is Loading": "Page is Loading",
"Loading All Workspaces": "Loading All Workspaces",
"Loading Page": "Loading Page"
"Loading Page": "Loading Page",
"You cannot delete the last workspace": "You cannot delete the last workspace"
}
+2 -1
View File
@@ -189,5 +189,6 @@
"is a Local Workspace": "是本地工作区",
"Sign out description": "登出会导致未同步的内容丢失",
"Not now": "稍后再说",
"Saved then enable AFFiNE Cloud": "所有改动已保存在本地,点击启用 AFFiNE 云服务"
"Saved then enable AFFiNE Cloud": "所有改动已保存在本地,点击启用 AFFiNE 云服务",
"You cannot delete the last workspace": "你不能删除最后一个工作区"
}