mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-14 21:27:20 +00:00
chore: fix typos (#8789)
This commit is contained in:
@@ -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)',
|
||||
|
||||
Reference in New Issue
Block a user