🐛 Fix show resolved value instead of value (#8883)

This commit is contained in:
Eva Marco 2026-04-07 14:27:26 +02:00 committed by GitHub
parent 3c639f41c4
commit 48e8c0bc65
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,7 +9,7 @@
[token]
{:id (str (get token :id))
:type :token
:resolved-value (get token :value)
:resolved-value (or (get token :resolved-value) (get token :value))
:name (get token :name)})
(defn- generate-dropdown-options