Skip to content

Commit

Permalink
Fix query tables failing on published apps
Browse files Browse the repository at this point in the history
Fix #7332, fix #8211
  • Loading branch information
logseq-cldwalker authored and andelf committed Jan 11, 2023
1 parent a72f5ef commit 46433cb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/frontend/publishing.cljs
Expand Up @@ -9,6 +9,7 @@
[frontend.page :as page]
[frontend.util :as util]
[frontend.routes :as routes]
[frontend.context.i18n :as i18n]
[reitit.frontend :as rf]
[reitit.frontend.easy :as rfe]
[cljs.reader :as reader]
Expand Down Expand Up @@ -79,6 +80,8 @@
;; this is called in the index.html and must be exported
;; so it is available even in :advanced release builds
(register-components-fns!)
;; Set :preferred-lang as some components depend on it
(i18n/start)
(restore-from-transit-str!)
(restore-state!)
(shortcut/refresh!)
Expand Down

0 comments on commit 46433cb

Please sign in to comment.