diff --git a/src/components/FormFields/JSONManyToManySelect/AttrMatchResultDialog.vue b/src/components/FormFields/JSONManyToManySelect/AttrMatchResultDialog.vue index 1b0bb5210..9318d5740 100644 --- a/src/components/FormFields/JSONManyToManySelect/AttrMatchResultDialog.vue +++ b/src/components/FormFields/JSONManyToManySelect/AttrMatchResultDialog.vue @@ -49,7 +49,12 @@ export default { label: item.label, formatter: item.formatter } - }) + }), + columnsMeta: { + actions: { + has: false + } + } } } }