Removing unused ref
This commit is contained in:
parent
43f48c5571
commit
c696a7e82a
1 changed files with 0 additions and 1 deletions
|
|
@ -61,7 +61,6 @@
|
||||||
<span>{{ item?.name ?? '' }}</span>
|
<span>{{ item?.name ?? '' }}</span>
|
||||||
<textLink
|
<textLink
|
||||||
v-if="!readOnly || !showAsPaid"
|
v-if="!readOnly || !showAsPaid"
|
||||||
ref="removeLink"
|
|
||||||
linkType="text"
|
linkType="text"
|
||||||
text="Remove"
|
text="Remove"
|
||||||
href="javascript:void(0)"
|
href="javascript:void(0)"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue