2
0

Add new user onboarding template

Closes #325
This commit is contained in:
Baptiste Arnaud
2023-02-22 15:40:02 +01:00
parent 6339f442bf
commit 00b6acca8e
9 changed files with 509 additions and 17 deletions

View File

@ -33,7 +33,7 @@ export const settingsSchema = z.object({
export const defaultSettings: Settings = {
general: {
isBrandingEnabled: true,
isNewResultOnRefreshEnabled: false,
isNewResultOnRefreshEnabled: true,
isInputPrefillEnabled: true,
isHideQueryParamsEnabled: true,
isResultSavingEnabled: true,