fix(ui): order list not work for the custom query blocks

pull/9141/head
charlie 2023-04-21 11:07:46 +08:00
parent c34a641647
commit 5ba0a0b0b9
1 changed files with 1 additions and 0 deletions

View File

@ -2784,6 +2784,7 @@
config (if (nil? (:query-result config))
(assoc config :query-result (atom nil))
config)
config (if ref? (block-handler/attach-order-list-state config block) config)
heading? (:heading properties)
*control-show? (get state ::control-show?)
db-collapsed? (util/collapsed? block)