mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-26 17:03:46 +03:00
fix: default workspace name, fixed #813
This commit is contained in:
parent
3c5a98ff7c
commit
285651fba8
@ -1,6 +1,6 @@
|
||||
import { DataCenter } from '@affine/datacenter';
|
||||
|
||||
const DEFAULT_WORKSPACE_NAME = 'affine';
|
||||
const DEFAULT_WORKSPACE_NAME = 'AFFINE Test';
|
||||
|
||||
export const createDefaultWorkspace = async (dataCenter: DataCenter) => {
|
||||
return dataCenter.createWorkspace({
|
||||
|
Loading…
Reference in New Issue
Block a user