fix: remove labeled group actions from grouped actions
This commit is contained in:
parent
06560503bb
commit
02ea301d5d
@ -55,7 +55,9 @@ const groupedActions = computed(() => {
|
||||
})),
|
||||
})
|
||||
}
|
||||
_actions = _actions.concat(props.actions.filter((action) => action.group))
|
||||
_actions = _actions.concat(
|
||||
props.actions.filter((action) => action.group && !action.buttonLabel)
|
||||
)
|
||||
return _actions
|
||||
})
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user