1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-04-14 09:08:32 +00:00

Fix UI for has and has not collaborator filters

This commit is contained in:
Petr Stribny 2023-11-22 17:07:19 +00:00
parent 6b8e087196
commit 902094c5e4

View file

@ -4,6 +4,7 @@
:class="{ :class="{
'dropdown--floating': !showInput, 'dropdown--floating': !showInput,
'dropdown--disabled': disabled, 'dropdown--disabled': disabled,
'dropdown--small': small,
}" }"
:tabindex="realTabindex" :tabindex="realTabindex"
@contextmenu.stop @contextmenu.stop