mirror of
https://github.com/penpot/penpot.git
synced 2025-01-10 08:50:57 -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/of (fetch-collections))
|
||||||
(->> (rx/filter collections-fetched? s)
|
(->> (rx/filter collections-fetched? s)
|
||||||
(rx/take 1)
|
(rx/take 1)
|
||||||
(rx/do #(reset! st/loader false))
|
;; (rx/do #(reset! st/loader false))
|
||||||
(rx/ignore)))
|
(rx/ignore)))
|
||||||
(rx/empty))))
|
(rx/empty)))
|
||||||
|
)
|
||||||
|
|
||||||
(defn initialize
|
(defn initialize
|
||||||
[type id]
|
[type id]
|
||||||
|
|
Loading…
Reference in a new issue