mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
chore: tweak date utils
This commit is contained in:
@ -82,7 +82,7 @@ const UserStatisticsView = () => {
|
||||
type="month"
|
||||
value={monthString}
|
||||
onFocus={(e: any) => e.target.showPicker()}
|
||||
onChange={(e) => setMonthString(e.target.value)}
|
||||
onChange={(e) => setMonthString(e.target.value || dayjs().format("YYYY-MM"))}
|
||||
/>
|
||||
</div>
|
||||
<div className="invisible group-hover:visible flex justify-end items-center">
|
||||
|
Reference in New Issue
Block a user