Tienson Qin 2 settimane fa
parent
commit
445ba6a1f1
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/main/frontend/components/views.cljs

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

@@ -243,7 +243,7 @@
 
 
 (rum/defc ^:large-vars/cleanup-todo block-title < rum/static
 (rum/defc ^:large-vars/cleanup-todo block-title < rum/static
   "Used on table view"
   "Used on table view"
-  [block* {:keys [create-new-block width row property property-ident]}]
+  [block* {:keys [create-new-block width row property]}]
   (let [*ref (hooks/use-ref nil)
   (let [*ref (hooks/use-ref nil)
         [opacity set-opacity!] (hooks/use-state 0)
         [opacity set-opacity!] (hooks/use-state 0)
         [focus-timeout set-focus-timeout!] (hooks/use-state nil)
         [focus-timeout set-focus-timeout!] (hooks/use-state nil)