Add missing aria label to table action menu button

Signed-off-by: Phillip Rak <rak.phillip@gmail.com>
This commit is contained in:
Phillip Rak 2025-02-14 16:45:38 -07:00
parent 620e75ec1f
commit 55a3ba5e3d
1 changed files with 1 additions and 0 deletions

View File

@ -1479,6 +1479,7 @@ export default {
<ActionMenu
:resource="row.row"
:test-id="componentTestid + '-' + i"
:button-aria-label="t('sortableTable.tableActionsLabel', { resource: row?.row?.id || '' })"
/>
</slot>
</td>