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:
parent
bf884ab517
commit
ae329c9e0b
18 changed files with 489 additions and 107 deletions
web-frontend/modules/database/components/docs
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue