mirror of
https://github.com/Kong/insomnia
synced 2024-11-07 22:30:15 +00:00
remove unused localstorage value
This commit is contained in:
parent
368f015967
commit
564734bda9
@ -911,7 +911,6 @@ router.subscribe(({ location }) => {
|
||||
location.pathname
|
||||
);
|
||||
|
||||
localStorage.setItem('locationHistoryEntry', location.pathname);
|
||||
match?.params.organizationId && localStorage.setItem(`locationHistoryEntry:${match?.params.organizationId}`, location.pathname);
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user