Browse Source

fix: typo

Tienson Qin 5 months ago
parent
commit
bc56fa3bd0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/frontend/components/repo.cljs

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

@@ -125,7 +125,7 @@
             "Delete")
            (when (and remote? (or (and db-based? manager?) (not db-based?)))
              (shui/dropdown-menu-item
-              {:key "delete-remotelly"
+              {:key "delete-remotely"
                :on-click (fn []
                            (let [prompt-str (str "Are you sure to permanently delete the graph \"" graph-name "\" from our server?")]
                              (-> (shui/dialog-confirm!