diff --git a/src/main/frontend/modules/shortcut/config.cljs b/src/main/frontend/modules/shortcut/config.cljs index caadfd6642..f4c5b67716 100644 --- a/src/main/frontend/modules/shortcut/config.cljs +++ b/src/main/frontend/modules/shortcut/config.cljs @@ -594,7 +594,8 @@ :fn commit/show-commit-modal!} :dev/fix-broken-graph {:binding [] - :inactive (not (config/db-based-graph? (state/get-current-repo))) + :inactive (not (state/developer-mode?)) + :db-graph? true :fn #(repo-handler/fix-broken-graph! (state/get-current-repo))} :dev/replace-graph-with-db-file {:binding []