Skip to content

Commit 3d08c33

Browse files
authored
Add missing call to removeExistingView
1 parent e087c24 commit 3d08c33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-admin-server-ui/src/main/frontend/viewRegistry.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export default class ViewRegistry {
6262
if (!view.group) {
6363
view.group = VIEW_GROUP.NONE;
6464
}
65-
65+
this._removeExistingView(view);
6666
this._views.push(view);
6767
}
6868

0 commit comments

Comments
 (0)