feat(demodata): Pass bucket to removeBucket function (#17731)
parent
8130aa07a3
commit
aa1f21b58a
|
@ -62,7 +62,7 @@ const DemoDataBucketCard: FC<Props & WithRouterProps & DispatchProps> = ({
|
|||
<Context.Item
|
||||
label="Confirm"
|
||||
action={removeBucket}
|
||||
value={bucket.id}
|
||||
value={bucket}
|
||||
testID={`context-delete-bucket ${bucket.name}`}
|
||||
/>
|
||||
</Context.Menu>
|
||||
|
|
Loading…
Reference in New Issue