1 parent b008820 commit 08bb077Copy full SHA for 08bb077
1 file changed
assets/dashboard.html
@@ -235,7 +235,7 @@ <h1 class="modal-title fs-5">Create/Update Bin</h1>
235
<input type="text" class="form-control rounded-0 border-bottom-0"
236
:value="`${name}: ${value}`" readonly>
237
<a href="#" class="input-group-text link-danger fs-5 lh-1 rounded-0 border-bottom-0"
238
- @click="delete activeBin.responding.template.headers[name]"><i class="bi bi-x"></i></a>
+ @click="delete updatingBin.template.headers[name]"><i class="bi bi-x"></i></a>
239
</div>
240
</template>
241
<div class="input-group">
0 commit comments