enhance: make it easier for users to fix broken graph

Tell users what to run and remove dev flag. Thought of while working
with https://github.com/logseq/db-test/issues/286
This commit is contained in:
Gabriel Horner
2025-05-26 17:16:18 -04:00
parent 0627ae6371
commit a169256314
3 changed files with 4 additions and 4 deletions

View File

@@ -596,7 +596,6 @@
:fn commit/show-commit-modal!}
:dev/fix-broken-graph {:binding []
:inactive (not (state/developer-mode?))
:db-graph? true
:fn #(repo-handler/fix-broken-graph! (state/get-current-repo))}