Blocked buggy header editing
This commit is contained in:
		| @@ -60,8 +60,8 @@ function addNewHeader(name : string, value : string){ | ||||
|             <div class="w-52 px-4"></div> | ||||
|         </div>   | ||||
|         <div class="flex flex-row gap-4" v-for="(item, index) in headerData" :key="index"> | ||||
|             <input type="text" :value="index" class="text-field text-slate-400" disabled/> | ||||
|             <input type="text" :value="item" class="text-field text-slate-400" disabled/> | ||||
|             <input type="text" :value="index" class="text-field" disabled/> | ||||
|             <input type="text" :value="item" class="text-field" disabled/> | ||||
|             <button @click="deleteHeader(index)" class="w-56" :class="setEssentialHeaderStyle(index)">Remove</button> | ||||
|         </div> | ||||
|         <div class="flex flex-row gap-4"> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user