Show all actions as quick actions, if ActionBar only has 2 or less actions

This commit is contained in:
Johannes Zellner
2026-01-14 15:19:27 +01:00
parent f8f768337e
commit f6c344873d
2 changed files with 15 additions and 4 deletions
+3 -1
View File
@@ -45,7 +45,9 @@ const columns = {
return moment(a).isBefore(b) ? 1 : -1;
}
},
actions: {},
actions: {
width: '55px',
},
};
function createActionMenu(apiToken) {