We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00af384 commit 15a2b35Copy full SHA for 15a2b35
src/components/LayoutApp.js
@@ -185,7 +185,7 @@ export default (props) => {
185
));
186
187
const useMenuIndex = PersistedState("tab_index_cache");
188
- const [index, setIndex] = useMenuIndex("2");
+ const [index, setIndex] = useMenuIndex("1");
189
190
const navigate = ({ componentRoute, key }) => {
191
goTo(componentRoute);
0 commit comments