Skip to content

Commit

Permalink
Merge branch 'feat/1.4.3/ui' into test
Browse files Browse the repository at this point in the history
  • Loading branch information
shuashuai committed Dec 23, 2024
2 parents acecda7 + c32f99b commit 86cf384
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ui/src/components/QuestionList/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,10 @@ const QuestionList: FC<Props> = ({
{t('view', { keyPrefix: 'btns' })}
</Dropdown.Header>
<Dropdown.Item eventKey="card" active={viewType === 'card'}>
{t('view', { keyPrefix: 'card' })}
{t('card', { keyPrefix: 'btns' })}
</Dropdown.Item>
<Dropdown.Item eventKey="compact" active={viewType === 'compact'}>
{t('view', { keyPrefix: 'compact' })}
{t('compact', { keyPrefix: 'btns' })}
</Dropdown.Item>
</Dropdown.Menu>
</Dropdown>
Expand Down
3 changes: 1 addition & 2 deletions ui/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"isolatedModules": true,
"noImplicitAny": false,
"ignoreDeprecations": "5.0",
"suppressImplicitAnyIndexErrors": true,
"noEmit": true,
"jsx": "react-jsx",
"baseUrl": "./",
Expand All @@ -40,4 +39,4 @@
"exclude": [
"src/plugins"
]
}
}

0 comments on commit 86cf384

Please sign in to comment.