Skip to content

Commit 08bb077

Browse files
committed
fix(dashboard): incorrect delete target
1 parent b008820 commit 08bb077

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

assets/dashboard.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ <h1 class="modal-title fs-5">Create/Update Bin</h1>
235235
<input type="text" class="form-control rounded-0 border-bottom-0"
236236
:value="`${name}: ${value}`" readonly>
237237
<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>
238+
@click="delete updatingBin.template.headers[name]"><i class="bi bi-x"></i></a>
239239
</div>
240240
</template>
241241
<div class="input-group">

0 commit comments

Comments
 (0)