update account portal ref
This commit is contained in:
parent
a5ff0d5ddc
commit
fcc0381474
|
@ -1 +1 @@
|
||||||
Subproject commit c587ebc17adf778bb02a77732cc0b2cc63399a93
|
Subproject commit 048c37ecd921340614bf61a76a774aaa46176569
|
|
@ -16,7 +16,7 @@ export enum Feature {
|
||||||
VIEW_PERMISSIONS = "viewPermissions",
|
VIEW_PERMISSIONS = "viewPermissions",
|
||||||
VIEW_READONLY_COLUMNS = "viewReadonlyColumns",
|
VIEW_READONLY_COLUMNS = "viewReadonlyColumns",
|
||||||
BUDIBASE_AI = "budibaseAI",
|
BUDIBASE_AI = "budibaseAI",
|
||||||
AI_CUSTOM_CONFIGS = "customAIConfigs",
|
AI_CUSTOM_CONFIGS = "aiCustomConfigs",
|
||||||
}
|
}
|
||||||
|
|
||||||
export type PlanFeatures = { [key in PlanType]: Feature[] | undefined }
|
export type PlanFeatures = { [key in PlanType]: Feature[] | undefined }
|
||||||
|
|
Loading…
Reference in New Issue