1
0
Fork 0
mirror of synced 2024-07-03 13:30:46 +12:00

Merge branch 'new-datepicker' of github.com:Budibase/budibase into new-datepicker

This commit is contained in:
Andrew Kingston 2024-04-26 09:53:59 +01:00
commit 7c263d940a
2 changed files with 2 additions and 1 deletions

@ -1 +1 @@
Subproject commit dff7b5a9dd1fd770f8a48fb8e6df1740be605f18
Subproject commit 01bec5657e0c3c3bb29e883e6ac71258fee8710b

View file

@ -11,6 +11,7 @@ export enum PlanType {
/** @deprecated */
BUSINESS = "business",
ENTERPRISE_BASIC = "enterprise_basic",
ENTERPRISE_BASIC_TRIAL = "enterprise_basic_trial",
ENTERPRISE = "enterprise",
}