Merge branch 'feat/datacenter' into feat/datacenter-published-search

This commit is contained in:
JimmFly
2023-01-30 12:38:10 +08:00
39 changed files with 1388 additions and 577 deletions

View File

@@ -42,6 +42,8 @@ export const useWorkspaceHelper = () => {
content: `If enabled, the data in this workspace will be backed up and synchronized via AFFiNE Cloud.`,
confirmText: user ? 'Enable' : 'Sign in and Enable',
cancelText: 'Skip',
confirmType: 'primary',
buttonDirection: 'column',
}).then(async confirm => {
if (confirm && currentWorkspace) {
if (!user) {