Add danger prop to action button in ObjectTable component
This commit is contained in:
parent
43464f8054
commit
6643c8a8c7
@ -460,6 +460,7 @@ const ObjectTable = forwardRef(
|
||||
disabled={disabled || objectData?.isSkeleton}
|
||||
type={'text'}
|
||||
size={'small'}
|
||||
danger={action?.danger || false}
|
||||
onClick={() => {
|
||||
if (denied) return
|
||||
if (
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user