🐛 fix(api): Update Model

This commit is contained in:
web@ppanel
2024-12-01 15:44:51 +07:00
parent 81e0f21a39
commit 39aaa73d6d
33 changed files with 1257 additions and 413 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ export default function Register() {
await updateRegisterConfig({
...data,
[key]: value,
} as API.GetRegisterConfigResponse);
} as API.RegisterConfig);
toast.success(t('saveSuccess'));
refetch();
} catch (error) {