Extract to function

This commit is contained in:
Florian Schroedl 2024-08-19 10:49:46 +02:00
parent 97436531d0
commit 8e02dced2f
3 changed files with 15 additions and 7 deletions

View file

@ -243,6 +243,9 @@
(def workspace-active-theme-ids
(l/derived wtts/get-active-theme-ids st/state))
(def workspace-active-set-ids
(l/derived wtts/get-active-set-ids st/state))
(def workspace-token-themes
(l/derived wtts/get-workspace-themes-index st/state))