mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Fix back navigation in entity settings (#6670)
- The bug was that the user would cycle through all the settings viewed Signed-off-by: Sebastian Malton <sebastian@malton.name> Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
75aee7e4fd
commit
b77044a8f9
@ -67,7 +67,7 @@ const activeEntitySettingsTabInjectable = getInjectable({
|
||||
return { tabId, setting, groups };
|
||||
},
|
||||
set: action((tabId) => {
|
||||
observableHistory.location.hash = tabId;
|
||||
observableHistory.merge({ hash: tabId }, true);
|
||||
}),
|
||||
};
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user