chore: Product page shows list of categories associated with it (#3400)
This commit is contained in:
@@ -6,6 +6,10 @@ import React, {
|
||||
useState,
|
||||
} from "react"
|
||||
|
||||
export enum FeatureFlag {
|
||||
PRODUCT_CATEGORIES = "product_categories",
|
||||
}
|
||||
|
||||
const defaultFeatureFlagContext: {
|
||||
featureToggleList: Record<string, boolean>
|
||||
isFeatureEnabled: (flag: string) => boolean
|
||||
|
||||
Reference in New Issue
Block a user