🐛 (flowSettingsModal): set isSaving to false on error to fix loading state
This commit is contained in:
parent
968ec28fbc
commit
7fc92e2e9c
1 changed files with 1 additions and 0 deletions
|
|
@ -40,6 +40,7 @@ export default function FlowSettingsModal({
|
|||
list: [err?.response?.data.detail ?? ""],
|
||||
});
|
||||
console.error(err);
|
||||
setIsSaving(false);
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue