Skip to content

Commit f0c3707

Browse files
authored
Update LinkList.tsx
1 parent e1f8487 commit f0c3707

File tree

1 file changed

+1
-1
lines changed
  • datahub-web-react/src/app/entity/shared/tabs/Documentation/components

1 file changed

+1
-1
lines changed

datahub-web-react/src/app/entity/shared/tabs/Documentation/components/LinkList.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ export const LinkList = ({ refetch }: LinkListProps) => {
176176
<Button onClick={() => handleEditLink(link)} type="text" shape="circle">
177177
<EditOutlined />
178178
</Button>
179-
<Button data-testid="remove-link-modal-ok-button" onClick={() => onConfirmDelete(link)} type="text" shape="circle" danger>
179+
<Button onClick={() => onConfirmDelete(link)} type="text" shape="circle" danger>
180180
<DeleteOutlined />
181181
</Button>
182182
</>

0 commit comments

Comments
 (0)