Skip to content

Commit 313b97d

Browse files
committed
Remove not required value
1 parent 1377269 commit 313b97d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/pricing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Resource estimations were based on the following assumptions:
2424
<form @submit.prevent="onSubmit" class="form-horizontal">
2525
<div class="form-floating">
2626
<label for="start">Start date</label><br />
27-
<input id="start" type="date" v-model="start" class="form-control" value="01/01/2024" required />
27+
<input id="start" type="date" v-model="start" class="form-control" required />
2828
</div>
2929

3030
<div class="form-floating">

0 commit comments

Comments
 (0)