CEC-4594: add bulk actions to fleet (#368)
* CEC-4594: add bulk actions to fleet * add reject case
This commit is contained in:
@@ -40,6 +40,10 @@ const DropDownButton = ({ actions = [], payload = [] }) => {
|
||||
setOpen(false);
|
||||
};
|
||||
|
||||
if (!actions.length) {
|
||||
return <></>;
|
||||
}
|
||||
|
||||
return (
|
||||
<>
|
||||
<ButtonGroup
|
||||
|
||||
Reference in New Issue
Block a user