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 c0974cc commit a185ac3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion new-log-viewer/src/components/StatusBar/LogLevelFilter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ export default function LogLevelFilter () {

// Convert selected log levels to strings for value.
multiple
value={selectedLogLevels.map(String)}
sx={{minWidth: "13rem"}}
value={selectedLogLevels.map(String)}
slotProps={{
listbox: {
sx: {
Expand Down

0 comments on commit a185ac3

Please sign in to comment.