Add custom select with grouped options

This commit is contained in:
Florian Schroedl 2024-08-26 15:54:44 +02:00
parent f25db592a0
commit c807baaf7a
4 changed files with 73 additions and 125 deletions

View file

@ -247,6 +247,9 @@
(def workspace-active-theme-ids
(l/derived wtts/get-active-theme-ids st/state))
(def workspace-temp-theme-id
(l/derived wtts/get-temp-theme-id st/state))
(def workspace-active-set-ids
(l/derived wtts/get-active-set-ids st/state))