Skip to content

Commit 79c8061

Browse files
authored
chore: Update default format (#47)
1 parent 1728065 commit 79c8061

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/uiUtil.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ export function getDefaultFormat(
142142
break;
143143

144144
case 'quarter':
145-
mergedFormat = 'YYYY-\\QQ';
145+
mergedFormat = 'YYYY-[Q]Q';
146146
break;
147147

148148
case 'year':

0 commit comments

Comments
 (0)