Use dropdown multiselect for wysiwyg options

This commit is contained in:
rijkvanzanten
2020-08-13 17:34:34 -04:00
parent 4fa7740702
commit d90fdaf89c
3 changed files with 23 additions and 17 deletions

View File

@@ -23,7 +23,7 @@
/>
<v-notice v-else type="warning">
{{ $t('interface_not_found', { interface: field.interface }) }}
{{ $t('interface_not_found', { interface: field.meta.interface }) }}
</v-notice>
</div>
</template>