mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-17 04:46:05 +00:00
fix system entity registration by re-applying configs to modules
This commit is contained in:
@@ -149,8 +149,9 @@ export function Setting<Schema extends TObject = any>({
|
||||
console.log("save:success", success);
|
||||
if (success) {
|
||||
if (options?.reloadOnSave) {
|
||||
window.location.reload();
|
||||
//await actions.reload();
|
||||
//window.location.reload();
|
||||
await actions.reload();
|
||||
setSubmitting(false);
|
||||
}
|
||||
} else {
|
||||
setSubmitting(false);
|
||||
|
||||
Reference in New Issue
Block a user