File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 3131 </ div >
3232 < div class ="mb-3 ">
3333 < label for ="planInput " class ="form-label "> Plan < span class ="small text-muted "> (text or JSON)</ span > </ label >
34- < textarea name ="plan " class ="form-control " :class ="[draggingPlan ? 'dropzone-over' : ''] " id ="planInput " rows ="8 " v-model ="planInput " @dragenter ="draggingPlan = true " @dragleave ="draggingPlan = false " @drop.prevent ="handleDrop " placeholder ="Paste execution plan or drop a file "> </ textarea >
34+ < textarea name ="plan " class ="form-control " :class ="[draggingPlan ? 'dropzone-over' : ''] " id ="planInput " rows ="8 " v-model ="planInput " @dragenter ="draggingPlan = true " @dragleave ="draggingPlan = false " @drop.prevent ="handleDrop " placeholder ="Paste execution plan or drop a file " required > </ textarea >
3535 </ div >
3636 < div class ="mb-3 ">
3737 < label for ="queryInput " class ="form-label "> Query < span class ="small text-muted "> (optional)</ span > </ label >
You can’t perform that action at this time.
0 commit comments