|
|
|
@ -15,6 +15,7 @@ |
|
|
|
|
(click)="handleAddRowClick()" |
|
|
|
|
[attr.aria-label]="text.create" |
|
|
|
|
aria-haspopup="true" |
|
|
|
|
data-qa-selector="op-wp-inline-create" |
|
|
|
|
> |
|
|
|
|
<span class="spot-icon spot-icon_add"></span> |
|
|
|
|
<span [textContent]="text.create"></span> |
|
|
|
@ -26,6 +27,7 @@ |
|
|
|
|
(click)="handleReferenceClick()" |
|
|
|
|
[attr.aria-label]="text.create" |
|
|
|
|
aria-haspopup="true" |
|
|
|
|
data-qa-selector="op-wp-inline-create-reference" |
|
|
|
|
> |
|
|
|
|
<span class="spot-icon spot-icon_link"></span> |
|
|
|
|
<span [textContent]="text.reference"></span> |
|
|
|
|