From 742165b51e2b1cc007dfd3b21cc21ec440c6682f Mon Sep 17 00:00:00 2001 From: Delon Newman Date: Mon, 13 Jan 2025 14:38:38 -0500 Subject: [PATCH] basis rather than state, namespaced keyword --- app/frontends/src/main/dragnet/editor/core.cljs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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