storing changes, starting history list

This commit is contained in:
2025-09-15 10:27:31 +01:00
parent 7588326cbe
commit c414342515
12 changed files with 129 additions and 107 deletions

View File

@@ -33,8 +33,6 @@ export async function handleSystemSave(values: SystemValues) {
}`
);
}
alert("System Settings Saved Successfully!");
} catch (err) {
console.error(err);
}