Skip to content

Commit 86cf384

Browse files
committed
Merge branch 'feat/1.4.3/ui' into test
2 parents acecda7 + c32f99b commit 86cf384

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

ui/src/components/QuestionList/index.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -120,10 +120,10 @@ const QuestionList: FC<Props> = ({
120120
{t('view', { keyPrefix: 'btns' })}
121121
</Dropdown.Header>
122122
<Dropdown.Item eventKey="card" active={viewType === 'card'}>
123-
{t('view', { keyPrefix: 'card' })}
123+
{t('card', { keyPrefix: 'btns' })}
124124
</Dropdown.Item>
125125
<Dropdown.Item eventKey="compact" active={viewType === 'compact'}>
126-
{t('view', { keyPrefix: 'compact' })}
126+
{t('compact', { keyPrefix: 'btns' })}
127127
</Dropdown.Item>
128128
</Dropdown.Menu>
129129
</Dropdown>

ui/tsconfig.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
"isolatedModules": true,
2020
"noImplicitAny": false,
2121
"ignoreDeprecations": "5.0",
22-
"suppressImplicitAnyIndexErrors": true,
2322
"noEmit": true,
2423
"jsx": "react-jsx",
2524
"baseUrl": "./",
@@ -40,4 +39,4 @@
4039
"exclude": [
4140
"src/plugins"
4241
]
43-
}
42+
}

0 commit comments

Comments
 (0)