Minor Changes
- #4072
fad40e6237f
Thanks @alicanerdurmaz! - -<Layout>
is deprecated. use<ThemedLayout>
instead with 100% backward compatibility. - https://refine.dev/docs/api-reference/mantine/components/mantine-themed-layout
Patch Changes
- #4114
afdaed3dd83
Thanks @aliemir! - UpdateduseModalForm
hook'smodal.show
method to check if there's anid
present or provided. If there is, it will continue to show the modal. If not, the modal will not show. (Resolves #4062)