Skip to content
Snippets Groups Projects
Commit 714abdab authored by Benedikt Heinrichs's avatar Benedikt Heinrichs
Browse files

Fix: Don't allow delete when readonly

parent 35dac187
Branches
Tags
1 merge request!96Chore: 2.10.0
......@@ -27,7 +27,10 @@
/>
<b-input-group-append>
<b-button variant="outline-danger" @click="removeEntry(index)"
<b-button
:disabled="readonly"
variant="outline-danger"
@click="removeEntry(index)"
><b-icon icon="x"
/></b-button>
</b-input-group-append>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment