migrate SourceConfigure to Mui 5 (#103)

This commit is contained in:
Aria Moradi
2021-11-15 19:56:21 +03:30
committed by GitHub
parent eb4c1bf15b
commit 04d84f2c40

View File

@@ -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);