Skip to content

Commit

Permalink
basis rather than state, namespaced keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
delonnewman committed Jan 13, 2025
1 parent 992bcb9 commit 742165b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/frontends/src/main/dragnet/editor/core.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@

(defn survey-edited?
"Return true if the survey state has edits otherwise return false"
[state]
(-> (state :edits) seq))
[basis]
(-> (basis ::edits) seq))


(defn type-list
Expand Down

0 comments on commit 742165b

Please sign in to comment.