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