Remove/mark unused parameters

All top level components should pass props to the generic react-admin
component to be more versatile.

Change-Id: I25dd099cde1aefacbc748dc4716a8b0a3db9ab93
This commit is contained in:
Manuel Stahl
2024-02-05 13:06:47 +01:00
parent 78d1d34a84
commit af453eea71
10 changed files with 142 additions and 147 deletions
+1
View File
@@ -44,6 +44,7 @@ export const DeviceRemoveButton = props => {
return (
<>
<Button
{...props}
label="ra.action.remove"
onClick={handleClick}
sx={{