fix(components): fix bands picker to be searchable by label/name

This commit is contained in:
☙◦ The Tablet ❀ GamerGirlandCo ◦❧ 2023-10-10 21:46:20 -04:00
parent fea0895676
commit b305a78074
Signed by: tablet
GPG Key ID: 924A5F6AF051E87C

View File

@ -36,6 +36,7 @@
<a-select
:allow-clear="true"
mode="multiple"
option-filter-prop="label"
@change="
(val) => {
// log.debug(val);