CEC-4594: add bulk actions to fleet (#368)

* CEC-4594: add bulk actions to fleet

* add reject case
This commit is contained in:
Tristan Timblin
2023-06-21 23:28:53 -04:00
committed by GitHub
parent 9972eed5dd
commit f73b5125a3
9 changed files with 281 additions and 1 deletions

View File

@@ -40,6 +40,10 @@ const DropDownButton = ({ actions = [], payload = [] }) => {
setOpen(false);
};
if (!actions.length) {
return <></>;
}
return (
<>
<ButtonGroup