fix: use a specific feature flag for workspace (#1133)
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
import { IsDev } from '@Lib/Utils'
|
||||
|
||||
export enum ErrorMessage {
|
||||
GeneralText = 'An error occurred. Please try again later.',
|
||||
}
|
||||
|
||||
export const WorkspacesEnabled = IsDev
|
||||
|
||||
Reference in New Issue
Block a user