mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-11 09:42:15 +01:00
fix custom date picker update in reporting
This commit is contained in:
@@ -87,7 +87,11 @@ function setLastYear() {
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<Dropdown v-model="open" :close-on-content-click="false" align="bottom-end">
|
||||
<Dropdown
|
||||
v-model="open"
|
||||
:close-on-content-click="false"
|
||||
align="bottom-end"
|
||||
@submit="emit('submit')">
|
||||
<template #trigger>
|
||||
<button
|
||||
class="px-3 py-1.5 bg-input-background border border-input-border font-medium rounded-lg flex items-center space-x-2">
|
||||
|
||||
Reference in New Issue
Block a user