mirror of
https://github.com/penpot/penpot.git
synced 2025-01-10 00:40:30 -05:00
Minor changes on data loading on colors page.
This commit is contained in:
parent
8d20cf9d3d
commit
5dfaf8e4be
1 changed files with 3 additions and 2 deletions
|
@ -55,9 +55,10 @@
|
|||
(rx/of (fetch-collections))
|
||||
(->> (rx/filter collections-fetched? s)
|
||||
(rx/take 1)
|
||||
(rx/do #(reset! st/loader false))
|
||||
;; (rx/do #(reset! st/loader false))
|
||||
(rx/ignore)))
|
||||
(rx/empty))))
|
||||
(rx/empty)))
|
||||
)
|
||||
|
||||
(defn initialize
|
||||
[type id]
|
||||
|
|
Loading…
Reference in a new issue