We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afd396f commit cb1f851Copy full SHA for cb1f851
packages/ui/src/DateRanger/constant/index.ts
@@ -218,7 +218,7 @@ export const THIS_WEEK: RangeOption = {
218
export const LAST_WEEK: RangeOption = {
219
label: '上周',
220
enLabel: 'Last week',
221
- rangeLabel: 'last week',
+ rangeLabel: '1w',
222
name: 'LAST_WEEK',
223
range: (current: Moment | Dayjs = moment()) => [
224
current.clone().startOf(WEEK_UNIT).add(-1, WEEK_UNIT),
0 commit comments