Skip to content

Commit

Permalink
fix(application-system): Data provider bug hotfix (#15082)
Browse files Browse the repository at this point in the history
  • Loading branch information
Toti91 authored Jun 4, 2024
1 parent f1adf9b commit 9763942
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,11 @@ const FormExternalDataProvider: FC<
}
}

useEffect(() => {
if (!id) return
setValue(id, false)
}, [id, setValue])

return (
<Box>
<Box marginTop={2} marginBottom={5}>
Expand Down

0 comments on commit 9763942

Please sign in to comment.