diff --git a/src/components/ListTable/formatters/ActionsFormatter.vue b/src/components/ListTable/formatters/ActionsFormatter.vue index cc9879e5d..8b93af967 100644 --- a/src/components/ListTable/formatters/ActionsFormatter.vue +++ b/src/components/ListTable/formatters/ActionsFormatter.vue @@ -101,6 +101,7 @@ export default { v.callback = this.cleanCallback(v) return v }) + actions = actions.filter((v) => v.has) return actions }, actions() {