1
0
Fork 0
mirror of synced 2024-09-18 02:08:34 +12:00

update account portal ref

This commit is contained in:
Martin McKeaveney 2024-09-11 09:42:29 +01:00
parent a5ff0d5ddc
commit fcc0381474
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit c587ebc17adf778bb02a77732cc0b2cc63399a93
Subproject commit 048c37ecd921340614bf61a76a774aaa46176569

View file

@ -16,7 +16,7 @@ export enum Feature {
VIEW_PERMISSIONS = "viewPermissions",
VIEW_READONLY_COLUMNS = "viewReadonlyColumns",
BUDIBASE_AI = "budibaseAI",
AI_CUSTOM_CONFIGS = "customAIConfigs",
AI_CUSTOM_CONFIGS = "aiCustomConfigs",
}
export type PlanFeatures = { [key in PlanType]: Feature[] | undefined }