diff --git a/src/cljs/bluegenes/events/boot.cljs b/src/cljs/bluegenes/events/boot.cljs index 46bd55af..03b0aa37 100644 --- a/src/cljs/bluegenes/events/boot.cljs +++ b/src/cljs/bluegenes/events/boot.cljs @@ -232,6 +232,8 @@ ;; The old by-id map is used to detect newly added lists. ;; During a mine change, this will mean all lists, which we don't want. (update-in [:lists :by-id] empty) + ;; Clear any chosen template and filters + (update :components dissoc :template-chooser) ;; Clear admin page manage templates panel. (assoc-in [:admin :manage-templates] nil)))