Parcourir la source

fix: all graphs link

Tienson Qin il y a 3 semaines
Parent
commit
f64580310c
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/main/frontend/components/repo.cljs

+ 1 - 1
src/main/frontend/components/repo.cljs

@@ -360,7 +360,7 @@
      (shui/button {:size :sm :variant :ghost
                    :on-click (fn []
                                (if (util/mobile?)
-                                 (state/pub-event! [:mobile/set-tab "settings"])
+                                 (state/pub-event! [:mobile/set-tab "graphs"])
                                  (route-handler/redirect-to-all-graphs)))}
                   (shui/tabler-icon "layout-2") [:span (t :all-graphs)]))])