We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a9413c commit 9a06339Copy full SHA for 9a06339
packages/compass-data-modeling/src/components/drawer/collection-drawer-content.tsx
@@ -97,7 +97,6 @@ const CollectionDrawerContent: React.FunctionComponent<
97
<Badge>{relationships.length}</Badge>
98
<Button
99
className={titleBtnStyles}
100
- aria-label="Add relationship"
101
size="xsmall"
102
onClick={() => {
103
onCreateNewRelationshipClick(namespace);
0 commit comments