diff --git a/src/main/frontend/components/page.cljs b/src/main/frontend/components/page.cljs index 77b29bf139..71a2640aa3 100644 --- a/src/main/frontend/components/page.cljs +++ b/src/main/frontend/components/page.cljs @@ -315,7 +315,7 @@ repo (:db/id page) :page)) - (when (and (not hls-page?) (not fmt-journal?)) + (when (and (not hls-page?) (not fmt-journal?) (not config/publishing?)) (reset! *input-value (if untitled? "" old-name)) (reset! *edit? true))))} (when (not= icon "") [:span.page-icon icon])