From dee95858c15519e28bd08b6e327fa81682a54dfe Mon Sep 17 00:00:00 2001 From: miriame Date: Thu, 26 Oct 2017 14:31:47 +0300 Subject: confirmation msg for delete FG doesn't appear Change-Id: I4c14bf2e9e6073d2a436b3ec1c6b395ec53c12fc Issue-ID: SDC-540 Signed-off-by: miriame --- openecomp-ui/src/nfvo-components/modal/GlobalModal.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'openecomp-ui/src') diff --git a/openecomp-ui/src/nfvo-components/modal/GlobalModal.js b/openecomp-ui/src/nfvo-components/modal/GlobalModal.js index f282046125..4e7a1a16a4 100644 --- a/openecomp-ui/src/nfvo-components/modal/GlobalModal.js +++ b/openecomp-ui/src/nfvo-components/modal/GlobalModal.js @@ -114,7 +114,9 @@ export class GlobalModalView extends React.Component { {ComponentToRender ? : -
{msg && msg.split('\n').map(txt => {txt}
)}
+ msg && typeof msg === 'string' ? +
{msg.split('\n').map(txt => {txt}
)}
: + msg }
{(onConfirmed || onDeclined || type !== typeEnum.DEFAULT) && -- cgit 1.2.3-korg