Skip to content

Commit

Permalink
feat!: remove deprecated implementation of addRoute
Browse files Browse the repository at this point in the history
BREAKING CHANGE: addRoute function is no more used to update app store display value
Refs: SHELL-212 (#480)
  • Loading branch information
CataldoMazzilli authored Aug 9, 2024
1 parent f06b5e3 commit a62652d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/store/app/store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -219,10 +219,6 @@ export const useAppStore = create<AppState & AppActions>()((set, get) => ({
component: routeData.appView
});
}
// TODO remove with SHELL-212
if (routeData.app && state.apps[routeData.app] && routeData.focusMode !== true) {
state.apps[routeData.app].display = routeData.label;
}
})
);
return routeData.id;
Expand Down

0 comments on commit a62652d

Please sign in to comment.