Refactor base app layout
This commit is contained in:
@@ -79,7 +79,6 @@ function ListDialog(props: IListDialogProps) {
|
||||
<Checkbox
|
||||
checked={selectedValues.some((selectedValue) => value === selectedValue)}
|
||||
onChange={(e) => handleChange(e, value)}
|
||||
color="default"
|
||||
/>
|
||||
}
|
||||
label={value}
|
||||
|
||||
Reference in New Issue
Block a user