generated from nhcarrigan/template
fix: save settings button closes settings panel
This commit is contained in:
@@ -63,6 +63,7 @@
|
|||||||
saveError = null;
|
saveError = null;
|
||||||
try {
|
try {
|
||||||
await configStore.saveConfig(config);
|
await configStore.saveConfig(config);
|
||||||
|
configStore.closeSidebar();
|
||||||
} catch {
|
} catch {
|
||||||
// Error is handled by the store
|
// Error is handled by the store
|
||||||
} finally {
|
} finally {
|
||||||
|
|||||||
Reference in New Issue
Block a user