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