mirror of
https://github.com/usebruno/bruno.git
synced 2026-07-07 22:18:33 +00:00
fix: remove the v4-migration legacy key from local storage (#8353)
This commit is contained in:
@@ -21,6 +21,8 @@ export const AppProvider = (props) => {
|
||||
|
||||
useEffect(() => {
|
||||
dispatch(refreshScreenWidth());
|
||||
// v3.5.0 v4 migration tab state; feature was removed from main.
|
||||
localStorage.removeItem('v4-migration');
|
||||
}, []);
|
||||
|
||||
useEffect(() => {
|
||||
|
||||
Reference in New Issue
Block a user