chore: fix typos (#4877)
* Chore: Fix typos * Add generated resources --------- Co-authored-by: Shahed Nasser <shahednasser@gmail.com>
This commit is contained in:
committed by
GitHub
parent
359bd290ba
commit
a0bbc1893b
@@ -94,7 +94,7 @@ const useEditProductActions = (productId: string) => {
|
||||
const onDeleteVariant = (
|
||||
variantId: string,
|
||||
onSuccess?: () => void,
|
||||
successMessage = "Variant was succesfully deleted"
|
||||
successMessage = "Variant was successfully deleted"
|
||||
) => {
|
||||
deleteVariant.mutate(variantId, {
|
||||
onSuccess: () => {
|
||||
|
||||
Reference in New Issue
Block a user