fix: modal outside click fix
Description: Modal window should not closed when click outside the modal VAN-1615
This commit is contained in:
@@ -6,6 +6,7 @@ exports[`ModalView snapshot should renders default ModalView 1`] = `
|
||||
>
|
||||
<ModalDialog
|
||||
hasCloseButton={false}
|
||||
isBlocking={true}
|
||||
isFullscreenScroll={true}
|
||||
isOpen={true}
|
||||
onClose={[MockFunction]}
|
||||
|
||||
@@ -29,6 +29,7 @@ export const ModalView = ({
|
||||
onClose={onClose}
|
||||
hasCloseButton={false}
|
||||
isFullscreenScroll
|
||||
isBlocking
|
||||
>
|
||||
<ModalDialog.Header>
|
||||
<ModalDialog.Title>
|
||||
|
||||
@@ -18,7 +18,7 @@ const messages = defineMessages({
|
||||
},
|
||||
seeAllRecommendationsButton: {
|
||||
id: 'RecommendationsPanel.seeAllRecommendationsButton',
|
||||
defaultMessage: 'See All Recommendations',
|
||||
defaultMessage: 'See all recommendations',
|
||||
description: 'Button to see all recommendations',
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user