Skip to content

Commit e503ce4

Browse files
authored
StatsHouse UI: fix tags enum (#2076)
1 parent 3e4a5eb commit e503ce4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

statshouse-ui/src/api/enum.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,8 @@ export const TAG_KEY = {
185185
_19: '19',
186186
_20: '20',
187187
_21: '21',
188-
_23: '22',
188+
_22: '22',
189+
_23: '23',
189190
_24: '24',
190191
_25: '25',
191192
_26: '26',

0 commit comments

Comments
 (0)