mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-10 17:36:33 +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>
|
||||
<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>
|
||||
</div>
|
||||
</template>
|
||||
|
|
Loading…
Reference in a new issue