Show all actions as quick actions, if ActionBar only has 2 or less actions
This commit is contained in:
@@ -45,7 +45,9 @@ const columns = {
|
||||
return moment(a).isBefore(b) ? 1 : -1;
|
||||
}
|
||||
},
|
||||
actions: {},
|
||||
actions: {
|
||||
width: '55px',
|
||||
},
|
||||
};
|
||||
|
||||
function createActionMenu(apiToken) {
|
||||
|
||||
Reference in New Issue
Block a user