1 parent 4329c10 commit b008820Copy full SHA for b008820
1 file changed
assets/dashboard.html
@@ -230,7 +230,7 @@ <h1 class="modal-title fs-5">Create/Update Bin</h1>
230
<!-- Headers -->
231
<div class="mb-3">
232
<label class="form-label">Response Headers</label>
233
- <template x-for="[name, value] of Object.entries(activeBin.responding.template.headers)">
+ <template x-for="[name, value] of Object.entries(updatingBin.template.headers)">
234
<div class="input-group">
235
<input type="text" class="form-control rounded-0 border-bottom-0"
236
:value="`${name}: ${value}`" readonly>
0 commit comments