Skip to content
Snippets Groups Projects
Commit 7dadfda7 authored by Konrad Mohrfeldt's avatar Konrad Mohrfeldt :koala:
Browse files

style: fix lint error

parent 2aaa4b58
No related branches found
No related tags found
No related merge requests found
...@@ -41,8 +41,8 @@ ...@@ -41,8 +41,8 @@
v-if="rrule?.count === 1" v-if="rrule?.count === 1"
:value="firstDate" :value="firstDate"
type="date" type="date"
disabled
v-bind="attrs" v-bind="attrs"
disabled
/> />
<input v-else v-model="lastDate" type="date" v-bind="attrs" /> <input v-else v-model="lastDate" type="date" v-bind="attrs" />
</FormGroup> </FormGroup>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment