chore: fix typos (#8789)

This commit is contained in:
JimmFly
2024-11-12 08:36:19 +00:00
parent a8d664a03e
commit 68573aa35e
2 changed files with 1 additions and 7 deletions

View File

@@ -9,7 +9,6 @@ import * as style from './style.css';
type WorkspaceStatus =
| 'local'
| 'syncCloud'
| 'syncDocker'
| 'selfHosted'
| 'joinedWorkspace'
| 'availableOffline'
@@ -60,10 +59,6 @@ const getLabelMap = (t: ReturnType<typeof useI18n>): LabelMap => ({
value: t['com.affine.settings.workspace.state.sync-affine-cloud'](),
background: 'var(--affine-tag-blue)',
},
syncDocker: {
value: t['com.affine.settings.workspace.state.sync-affine-docker'](),
background: 'var(--affine-tag-green)',
},
selfHosted: {
value: t['com.affine.settings.workspace.state.self-hosted'](),
background: 'var(--affine-tag-purple)',