Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
doom-9 committed Sep 22, 2021
1 parent fccaec0 commit b388449
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/date-picker/src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export interface MonthItem {
endOfSpan: boolean
selected: boolean
ts: number
showText: string
showText?: string
}

export interface YearItem {
Expand Down

0 comments on commit b388449

Please sign in to comment.