This commit is contained in:
@@ -28,7 +28,7 @@ interface ManagerContextType {
|
|||||||
// Data
|
// Data
|
||||||
products: MenuItemEntity[];
|
products: MenuItemEntity[];
|
||||||
eateryId: string | null;
|
eateryId: string | null;
|
||||||
eatery: EateryEntity;
|
eatery?: EateryEntity;
|
||||||
|
|
||||||
// Active tab
|
// Active tab
|
||||||
activeTab: ManagerTab;
|
activeTab: ManagerTab;
|
||||||
|
|||||||
Reference in New Issue
Block a user