Remove unused prop
This commit is contained in:
parent
438d45c176
commit
9ae156dd82
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,7 @@ const RadioList = ({ permissions, ...props }) => {
|
|||
rel="noopener noreferrer"
|
||||
/>
|
||||
),
|
||||
streamUrl: <TextField source="streamUrl" hideUrl />,
|
||||
streamUrl: <TextField source="streamUrl" />,
|
||||
updatedAt: <DateField source="updatedAt" showTime />,
|
||||
createdAt: <DateField source="createdAt" showTime />,
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue