Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
davemarco committed Sep 12, 2024
1 parent 3ace3a9 commit c0974cc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions new-log-viewer/src/components/StatusBar/LogLevelFilter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,14 @@ export default function LogLevelFilter () {
multiple
value={selectedLogLevels.map(String)}
sx={{minWidth: "13rem"}}
onChange={handleChange}

slotProps={{
listbox: {
sx: {
width: "100%",
},
},
}}
onChange={handleChange}
>
{LOG_LEVEL_NAMES_LIST.map((logLevelName, index) => (
<Option
Expand Down

0 comments on commit c0974cc

Please sign in to comment.