1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-05-11 11:55:34 +00:00

Resolve "Bump frontend deps"

This commit is contained in:
Petr Stribny 2023-04-28 10:56:33 +00:00
parent b12cd6905e
commit ea44b47d3d
62 changed files with 5596 additions and 6149 deletions
web-frontend/modules/database/components/docs/sections

View file

@ -42,12 +42,7 @@
<code
v-for="filter in getCompatibleFilterTypes(field)"
:key="filter.type"
class="
api-docs__code
api-docs__code--small
api-docs__code--clickable
margin-bottom-1 margin-right-1
"
class="api-docs__code api-docs__code--small api-docs__code--clickable margin-bottom-1 margin-right-1"
@click.prevent="navigate('section-filters')"
>{{ filter.type }}</code
>