8000 fix: conn · homebaseio/homebase-react@3913b95 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3913b95

Browse files
committed
fix: conn
1 parent 605b9c7 commit 3913b95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/homebase/react.cljs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146
(react/useEffect
147147
(fn []
148148
(hbc/connect! cache-conn db-conn)
149-
(datalog-console/init! {:db-conn db-conn})
149+
(datalog-console/init! {:conn db-conn})
150150
(when initial-tx (hbjs/transact! db-conn initial-tx))
151151
(setInitializing? false)
152152
#(hbc/disconnect! db-conn))

0 commit comments

Comments
 (0)
0