fix: remove the v4-migration legacy key from local storage (#8353)

This commit is contained in:
prateek-bruno
2026-07-02 12:55:36 +05:30
committed by GitHub
parent 488c9f2444
commit 6f96dfd58c

View File

@@ -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(() => {