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 1c27ee5 commit b0e8c89Copy full SHA for b0e8c89
packages/compass-data-modeling/src/components/diagram-editor-toolbar.tsx
@@ -73,7 +73,11 @@ export const DiagramEditorToolbar: React.FunctionComponent<{
73
<Tooltip
74
trigger={
75
<IconButton
76
- aria-label="Add Relationship"
+ aria-label={
77
+ !isInRelationshipDrawingMode
78
+ ? 'Add Relationship'
79
+ : 'Exit Relationship Drawing Mode'
80
+ }
81
onClick={onRelationshipDrawingToggle}
82
active={isInRelationshipDrawingMode}
83
aria-pressed={isInRelationshipDrawingMode}
0 commit comments