1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Fix back navigation in entity settings

- The bug was that the user would cycle through all the settings viewed

Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2022-11-29 15:08:03 -05:00
parent 1e0094bd8e
commit 59b672f26f

View File

@ -67,7 +67,7 @@ const activeEntitySettingsTabInjectable = getInjectable({
return { tabId, setting, groups };
},
set: action((tabId) => {
observableHistory.location.hash = tabId;
observableHistory.merge({ hash: tabId }, true);
}),
};
},