Skip to content
Snippets Groups Projects
Commit 5b0765c2 authored by meskio's avatar meskio :tent:
Browse files

Don't have a min date for orders

So we can modify expired orders
parent 8faa666e
No related branches found
No related tags found
No related merge requests found
......@@ -157,7 +157,6 @@ function OrderEditor(props) {
type="date"
value={deadlineDate}
onChange={(e) => setDeadlineDate(e.target.value)}
min={date2string(daysAfterNow(1))}
/>
</Col>
<Col sm={4}>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment