minor fix

This commit is contained in:
Wendong-Fan 2025-11-21 17:22:03 +08:00
parent d8de00523f
commit ed025fe709

View file

@ -247,6 +247,7 @@ const [errors, setErrors] = useState<
next[idx].apiKey = getValidateMessage(e);
return next;
});
return;
} finally {
setLoading(null);
}
@ -398,6 +399,7 @@ const [errors, setErrors] = useState<
},
},
});
return;
} finally {
setLoading(null);
}