Skip to content

Commit

Permalink
Rename parameter in LogLevelChip's onSelectedLogLevelsChange callback.
Browse files Browse the repository at this point in the history
  • Loading branch information
junhaoliao committed Sep 26, 2024
1 parent c25499f commit c7666e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ interface LogLevelChipProps {
name: string,
value: LOG_LEVEL,

onSelectedLogLevelsChange: (func: (value: LOG_LEVEL[]) => LOG_LEVEL[]) => void,
onSelectedLogLevelsChange: (setter: (value: LOG_LEVEL[]) => LOG_LEVEL[]) => void,
}

/**
Expand Down

0 comments on commit c7666e1

Please sign in to comment.