fix(project): fix bug
This commit is contained in:
@@ -53,7 +53,8 @@ export default function SamplingPlanContainer(props: {
|
||||
C_frame: toPercent(grade.C?.frame),
|
||||
})
|
||||
form.resetDirty()
|
||||
}, [info, form])
|
||||
// eslint-disable-next-line react-hooks/exhaustive-deps
|
||||
}, [info])
|
||||
|
||||
const save = async () => {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user