mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-04-07 21:01:12 +08:00
Set blank default date for added_on repository filters(Fix llinter errors) [SCI-8744]
This commit is contained in:
parent
20fb1e9285
commit
8bacfa4158
1 changed files with 7 additions and 1 deletions
|
@ -1,6 +1,12 @@
|
||||||
<template>
|
<template>
|
||||||
<div class="datepicker sci-input-container right-icon">
|
<div class="datepicker sci-input-container right-icon">
|
||||||
<input @change="update" type="datetime" class="form-control calendar-input sci-input-field" :id="this.selectorId" placeholder='dd/mm/yyyy'/>
|
<input
|
||||||
|
@change="update"
|
||||||
|
type="datetime"
|
||||||
|
class="form-control calendar-input sci-input-field"
|
||||||
|
:id="this.selectorId"
|
||||||
|
placeholder='dd/mm/yyyy'
|
||||||
|
/>
|
||||||
<i class="sn-icon sn-icon-calendar"></i>
|
<i class="sn-icon sn-icon-calendar"></i>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
Loading…
Add table
Reference in a new issue