Skip to content

Commit 85c749c

Browse files
committed
fix: Add debug flag
1 parent 0950abc commit 85c749c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

app/flags/types.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
export type FlagValue = any;
22

33
export type FlagName =
4+
/** Whether debug UI like the configurator debug panel is shown */
5+
| "debug"
46
/** Whether we can search by termsets */
57
| "search.termsets"
68
/** Whether we can add dataset from shared dimensions */

0 commit comments

Comments
 (0)