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