fixing ui modal styling and make sure schema reloads on media setting changes

This commit is contained in:
dswbx
2025-02-10 17:47:56 +01:00
parent 1e5c0dbc22
commit d7e772efd9
3 changed files with 9 additions and 6 deletions

View File

@@ -111,10 +111,7 @@ CreateModal.defaultTitle = undefined;
CreateModal.modalProps = {
withCloseButton: false,
size: "xl",
padding: 0,
classNames: {
root: "bknd-admin"
}
padding: 0
} satisfies Partial<ModalProps>;
export { ModalBody, ModalFooter, ModalTitle, useStepContext, relationsSchema };