Ahtesham/VAN-1615/modal fixes (#194)

This commit is contained in:
Blue
2023-08-22 18:19:19 +05:00
committed by GitHub
3 changed files with 3 additions and 1 deletions

View File

@@ -6,6 +6,7 @@ exports[`ModalView snapshot should renders default ModalView 1`] = `
>
<ModalDialog
hasCloseButton={false}
isBlocking={true}
isFullscreenScroll={true}
isOpen={true}
onClose={[MockFunction]}

View File

@@ -29,6 +29,7 @@ export const ModalView = ({
onClose={onClose}
hasCloseButton={false}
isFullscreenScroll
isBlocking
>
<ModalDialog.Header>
<ModalDialog.Title>

View File

@@ -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',
},
});