fix: product options event names (#9108)
This commit is contained in:
@@ -63,9 +63,9 @@ export const ProductTagWorkflowEvents = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export const ProductOptionWorkflowEvents = {
|
export const ProductOptionWorkflowEvents = {
|
||||||
UPDATED: "product-tag.updated",
|
UPDATED: "product-option.updated",
|
||||||
CREATED: "product-tag.created",
|
CREATED: "product-option.created",
|
||||||
DELETED: "product-tag.deleted",
|
DELETED: "product-option.deleted",
|
||||||
}
|
}
|
||||||
|
|
||||||
export const InviteWorkflowEvents = {
|
export const InviteWorkflowEvents = {
|
||||||
|
|||||||
Reference in New Issue
Block a user