feat(demodata): Pass bucket to removeBucket function (#17731)

pull/17732/head
Deniz Kusefoglu 2020-04-13 23:32:10 -07:00 committed by GitHub
parent 8130aa07a3
commit aa1f21b58a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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>