diff --git a/src/wanijo/visualisation/view.clj b/src/wanijo/visualisation/view.clj index 27601be..f891ce0 100644 --- a/src/wanijo/visualisation/view.clj +++ b/src/wanijo/visualisation/view.clj @@ -19,4 +19,5 @@ [:input {:style "display: none" :type "submit"}]] [:div.vis-canvas {:data-instance-url (path :vis-get-instance instance)}] [:p.flash--warn - "Changes to the visualisation will not (yet) mirror to the actual database"]])) + "Changes to the visualisation will not + (yet) mirror to the actual database"]]))