diff --git a/app/frontends/src/main/dragnet/editor/core.cljs b/app/frontends/src/main/dragnet/editor/core.cljs index fee502b..302acef 100644 --- a/app/frontends/src/main/dragnet/editor/core.cljs +++ b/app/frontends/src/main/dragnet/editor/core.cljs @@ -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