1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-05-16 14:01:21 +00:00

Refactor checkbox component

This commit is contained in:
Jonathan Adeline 2024-01-30 08:33:45 +00:00
parent bf884ab517
commit ae329c9e0b
18 changed files with 489 additions and 107 deletions
web-frontend/modules/database/components/docs

View file

@ -70,7 +70,7 @@
</Dropdown>
<Checkbox
v-if="includeUserFieldsCheckbox"
:value="value.userFieldNames"
:checked="value.userFieldNames"
class="api-docs__example-type-item"
@input="$emit('input', { userFieldNames: $event, type: value.type })"
>{{ $t('apiDocsExample.userFieldNames') }}</Checkbox