migrate SourceConfigure to Mui 5 (#103)
This commit is contained in:
@@ -57,7 +57,7 @@ export default function SourceConfigure() {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<List style={{ padding: 0 }}>
|
<List sx={{ padding: 0 }}>
|
||||||
{sourcePreferences.map(
|
{sourcePreferences.map(
|
||||||
(it, index) => {
|
(it, index) => {
|
||||||
const props = cloneObject(it.props);
|
const props = cloneObject(it.props);
|
||||||
|
|||||||
Reference in New Issue
Block a user