feat: deal tags
This commit is contained in:
@ -20,6 +20,7 @@ import {
|
||||
ProductServiceEditorModal,
|
||||
ServicesKitSelectModal,
|
||||
} from "@/modules/dealModularEditorTabs/FulfillmentBase/shared/modals";
|
||||
import DealTagModal from "@/drawers/common/ProjectEditorDrawer/tabs/TagsTab/modals/DealTagModal";
|
||||
|
||||
export const modals = {
|
||||
enterNameModal: EnterNameModal,
|
||||
@ -40,4 +41,5 @@ export const modals = {
|
||||
printBarcodeModal: PrintBarcodeModal,
|
||||
statusColorPickerModal: ColorPickerModal,
|
||||
marketplaceEditorModal: MarketplaceEditorModal,
|
||||
dealTagModal: DealTagModal,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user