Skip to content

Commit 15a2b35

Browse files
authored
Update the default key
1 parent 00af384 commit 15a2b35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/LayoutApp.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ export default (props) => {
185185
));
186186

187187
const useMenuIndex = PersistedState("tab_index_cache");
188-
const [index, setIndex] = useMenuIndex("2");
188+
const [index, setIndex] = useMenuIndex("1");
189189

190190
const navigate = ({ componentRoute, key }) => {
191191
goTo(componentRoute);

0 commit comments

Comments
 (0)