fixed issues with app
This commit is contained in:
@@ -23,4 +23,9 @@ export const editorModeValidator = v.union(
|
||||
v.literal('preview')
|
||||
);
|
||||
|
||||
export const dashboardRangeValidator = v.union(v.literal('7d'), v.literal('30d'), v.literal('90d'));
|
||||
export const dashboardRangeValidator = v.union(
|
||||
v.literal('7d'),
|
||||
v.literal('30d'),
|
||||
v.literal('90d'),
|
||||
v.literal('1y')
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user