added cookie to config + fixed config set endpoint

This commit is contained in:
dswbx
2024-11-25 16:57:12 +01:00
parent 824ff40133
commit 16a6a3315d
14 changed files with 114 additions and 47 deletions

View File

@@ -155,8 +155,8 @@ export function Setting<Schema extends TObject = any>({
if (success) {
if (options?.reloadOnSave) {
window.location.reload();
//await actions.reload();
}
//window.location.reload();
} else {
setSubmitting(false);
}