chore: fix typos (#4877)

* Chore: Fix typos

* Add generated resources

---------

Co-authored-by: Shahed Nasser <shahednasser@gmail.com>
This commit is contained in:
Andreas Deininger
2023-08-30 12:27:46 +02:00
committed by GitHub
parent 359bd290ba
commit a0bbc1893b
36 changed files with 52 additions and 53 deletions

View File

@@ -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: () => {