Enabled Delete button for sub resources (#1738)

Signed-off-by: Benjamin Perez <benjamin@bexsoft.net>
This commit is contained in:
Alex
2022-03-19 15:29:27 -07:00
committed by GitHub
parent 5ab5232474
commit e29fa04051

View File

@@ -543,6 +543,7 @@ const ObjectDetailPanel = ({
scopes={[IAM_SCOPES.S3_DELETE_OBJECT]}
matchAll
errorProps={{ disabled: true }}
containsResource
>
<Button
startIcon={<DeleteIcon />}