default store values for AI features
This commit is contained in:
parent
53fc45f07e
commit
3f3160a44c
|
@ -8,7 +8,7 @@
|
||||||
rowActions,
|
rowActions,
|
||||||
roles,
|
roles,
|
||||||
} from "stores/builder"
|
} from "stores/builder"
|
||||||
import { themeStore, admin, licensing, featureFlags } from "stores/portal"
|
import { themeStore, admin, featureFlags } from "stores/portal"
|
||||||
import { TableNames } from "constants"
|
import { TableNames } from "constants"
|
||||||
import { Grid } from "@budibase/frontend-core"
|
import { Grid } from "@budibase/frontend-core"
|
||||||
import { API } from "api"
|
import { API } from "api"
|
||||||
|
|
|
@ -4,6 +4,8 @@ import { auth } from "stores/portal"
|
||||||
export const INITIAL_FEATUREFLAG_STATE = {
|
export const INITIAL_FEATUREFLAG_STATE = {
|
||||||
SQS: false,
|
SQS: false,
|
||||||
DEFAULT_VALUES: false,
|
DEFAULT_VALUES: false,
|
||||||
|
BUDIBASE_AI: false,
|
||||||
|
AI_CUSTOM_CONFIGS: false,
|
||||||
}
|
}
|
||||||
|
|
||||||
export const featureFlags = derived([auth], ([$auth]) => {
|
export const featureFlags = derived([auth], ([$auth]) => {
|
||||||
|
|
Loading…
Reference in New Issue