- updated to retrieve and set BOF2 data

This commit is contained in:
2025-11-04 11:05:40 +00:00
parent 538b623ac6
commit ca625673e9
4 changed files with 39 additions and 12 deletions

View File

@@ -67,7 +67,7 @@ export const useUpdateBackOfficeConfig = () => {
onError: (error) => toast.error(error.message),
onSuccess: (data) => {
if (data) {
toast.success("Settings successfully updated");
toast.success("Settings successfully updated", { id: "dispatchSettings" });
}
},
});