🐛 (flowSettingsModal): set isSaving to false on error to fix loading state

This commit is contained in:
cristhianzl 2024-06-12 10:59:22 -03:00
commit 7fc92e2e9c

View file

@ -40,6 +40,7 @@ export default function FlowSettingsModal({
list: [err?.response?.data.detail ?? ""],
});
console.error(err);
setIsSaving(false);
});
}