material-ui -> mui-material migration.

This commit is contained in:
Robin Davies
2022-02-15 15:59:58 -05:00
parent dd4d883b0b
commit ac51296782
19 changed files with 969 additions and 1423 deletions
-1
View File
@@ -368,7 +368,6 @@ const PluginControlView =
for (let i = 0; i < controls.length; ++i)
{
controls[i].key = 'k'+i;
result.push(controls[i]);
}