Fixed refinement
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
<div class="card-body bg-light">
|
||||
<div class="row align-items-center">
|
||||
<div class="col-md-6">
|
||||
<form id="refineForm" onsubmit="submitRefine(event)" class="d-flex">
|
||||
<form id="refineForm" onsubmit="submitRefine(event); return false;" action="javascript:void(0);" class="d-flex">
|
||||
<input type="hidden" name="source" value="draft">
|
||||
<input type="hidden" name="selected_keys" id="refineSelectedKeys">
|
||||
<input type="text" name="instruction" class="form-control me-2" placeholder="Refine this draft further (e.g. 'Fix the name spelling')..." required>
|
||||
|
||||
Reference in New Issue
Block a user