3
0

Remove redundant column picker all records description

This commit is contained in:
Jože Fortun
2023-04-26 14:41:41 +02:00
parent ba015fb7c7
commit 8a2e6b46ec

View File

@@ -13,15 +13,13 @@
scrollable
:title="$t('allRecords.columns.title')"
:ok-title="$t('general.label.saveAndClose')"
cancel-variant="link"
body-class="p-0"
@ok="onSave"
>
<b-card-body
class="d-flex flex-column mh-100"
>
<p>
{{ $t('allRecords.columns.description') }}
</p>
<field-picker
:module="module"
:fields.sync="filteredFields"