feat(admin-ui, medusa): Remove feature flag (#4267)

This commit is contained in:
Philip Korsholm
2023-06-15 16:55:29 +00:00
committed by GitHub
parent c95b485a1e
commit f8643361cd
5 changed files with 9 additions and 36 deletions
@@ -8,7 +8,6 @@ import { useAdminGetSession, useAdminStore } from "medusa-react"
export enum FeatureFlag {
PRODUCT_CATEGORIES = "product_categories",
RESERVATIONS = "reservations",
INVENTORY = "inventoryService",
}