This commit is contained in:
StyleZhang
2024-03-12 21:03:20 +08:00
parent 3823ae5890
commit 0469edcc0c
7 changed files with 38 additions and 27 deletions

View File

@ -39,9 +39,6 @@ export const createFeaturesStore = (initProps?: Partial<FeaturesState>) => {
moderation: {
enabled: false,
},
annotation: {
enabled: false,
},
},
}
return createStore<FeatureStoreState>()(set => ({