@lodashventure/medusa-quotation 1.4.19 → 1.4.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1181,7 +1181,7 @@ const StoreConfig = () => {
|
|
|
1181
1181
|
const onSubmit = async (data) => {
|
|
1182
1182
|
try {
|
|
1183
1183
|
setIsLoading(true);
|
|
1184
|
-
await updateQuoteStore.
|
|
1184
|
+
await updateQuoteStore.mutate(data);
|
|
1185
1185
|
ui.toast.success("Company information saved successfully");
|
|
1186
1186
|
setOpen(false);
|
|
1187
1187
|
} catch (error) {
|
|
@@ -1177,7 +1177,7 @@ const StoreConfig = () => {
|
|
|
1177
1177
|
const onSubmit = async (data) => {
|
|
1178
1178
|
try {
|
|
1179
1179
|
setIsLoading(true);
|
|
1180
|
-
await updateQuoteStore.
|
|
1180
|
+
await updateQuoteStore.mutate(data);
|
|
1181
1181
|
toast.success("Company information saved successfully");
|
|
1182
1182
|
setOpen(false);
|
|
1183
1183
|
} catch (error) {
|