CEC-5240: add Remote Command and Remote Reset as bulk-actions (#471)
* add new bulk actions * move async down scope * run * call func * update error message
This commit is contained in:
@@ -74,7 +74,7 @@ const HeaderSortable = (props) => {
|
||||
indeterminate={selectCount > 0 && selectCount < rowCount}
|
||||
checked={rowCount > 0 && selectCount === rowCount}
|
||||
onChange={selectAllHandler}
|
||||
inputProps={{ "aria-label": "select all desserts" }}
|
||||
inputProps={{ "aria-label": "select all items" }}
|
||||
/>
|
||||
</TableCell>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user