fix: code lint

This commit is contained in:
Netfan
2025-01-09 13:04:14 +08:00
parent 2828e7a7b6
commit 99c7fd72f8
3 changed files with 6 additions and 4 deletions

View File

@@ -61,7 +61,7 @@ const formOptions: VbenFormProps = {
},
{
component: 'RangePicker',
defaultValue: [dayjs().subtract(-7, 'days'), dayjs()],
defaultValue: [dayjs().subtract(7, 'days'), dayjs()],
fieldName: 'date',
label: 'Date',
},