mirror of
https://github.com/jwetzell/showbridge-webui.git
synced 2026-08-13 10:23:39 +00:00
fix config change not triggering signal
This commit is contained in:
@@ -131,9 +131,6 @@ export class ConfigService {
|
||||
return;
|
||||
}
|
||||
|
||||
if (isEqual(modules, currentConfig.modules)) {
|
||||
return;
|
||||
}
|
||||
this.currentlyShownConfig.set({
|
||||
...currentConfig,
|
||||
modules: modules,
|
||||
@@ -147,9 +144,6 @@ export class ConfigService {
|
||||
return;
|
||||
}
|
||||
|
||||
if (isEqual(routes, currentConfig.routes)) {
|
||||
return;
|
||||
}
|
||||
this.currentlyShownConfig.set({
|
||||
...currentConfig,
|
||||
routes: routes,
|
||||
|
||||
Reference in New Issue
Block a user