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:
parent
6b8e087196
commit
902094c5e4
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue