1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-04-07 14:25:37 +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="{
'dropdown--floating': !showInput,
'dropdown--disabled': disabled,
'dropdown--small': small,
}"
:tabindex="realTabindex"
@contextmenu.stop