Skip to content

Commit

Permalink
Specify Language type on language manager
Browse files Browse the repository at this point in the history
  • Loading branch information
NatSquared committed Aug 9, 2024
1 parent fa0d5cb commit 2313395
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export const LanguageManager = () => {
<SystemMessage status="warning">
Under construction - this setting currently has no effect
</SystemMessage>
<MultiSelect
<MultiSelect<Language>
containerProps={{ sx: { mt: 2 } }}
onChange={(_, language, reason) => {
if (reason === 'removeOption' && language) {
Expand Down

0 comments on commit 2313395

Please sign in to comment.