Update to mui v5
This commit is contained in:
parent
6f3fb4dc0a
commit
e89fd10c23
14 changed files with 429 additions and 273 deletions
|
|
@ -5,7 +5,7 @@ import { getValue } from "./utils";
|
|||
|
||||
import type { UIProgress } from "config/flowtypes";
|
||||
|
||||
import LinearProgress from "@material-ui/core/LinearProgress";
|
||||
import LinearProgress from "@mui/material/LinearProgress";
|
||||
|
||||
const progressVal = (item, state) => {
|
||||
const min = item.min || 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue