feat: add Super note type to list of note types (#2086)
This commit is contained in:
@@ -4,7 +4,7 @@ export enum FeatureTrunkName {
|
||||
Super,
|
||||
}
|
||||
|
||||
export const FeatureTrunkStatus: Record<FeatureTrunkName, boolean> = {
|
||||
const FeatureTrunkStatus: Record<FeatureTrunkName, boolean> = {
|
||||
[FeatureTrunkName.Super]: isDev && true,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user