Merge branch 'KIN-UI-016-frontend_dev'
This commit is contained in:
commit
d532f26f5a
1 changed files with 1 additions and 0 deletions
|
|
@ -1098,6 +1098,7 @@ async function addDecision() {
|
|||
<input type="date" v-model="dateTo" data-testid="date-to"
|
||||
class="bg-gray-800 border border-gray-700 rounded px-2 py-0.5 text-xs text-gray-300 focus:border-gray-500 outline-none" />
|
||||
<button v-if="dateFrom || dateTo" @click="dateFrom = ''; dateTo = ''"
|
||||
data-testid="date-reset-btn"
|
||||
class="text-gray-600 hover:text-red-400 text-xs px-1">✕</button>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue