From 6b408bc2ea74ffbe3985c7f90211e59a2f00fad2 Mon Sep 17 00:00:00 2001 From: "Arul.Nambi" Date: Wed, 5 Sep 2018 14:44:15 -0400 Subject: Upgrade to react 16 Issue-ID: AAI-1576 Change-Id: I2a3035c7922ccabdca446e76341adf6ca8785155 Signed-off-by: Arul.Nambi --- src/generic-components/notifications/NotificationModal.jsx | 1 + 1 file changed, 1 insertion(+) (limited to 'src/generic-components/notifications') diff --git a/src/generic-components/notifications/NotificationModal.jsx b/src/generic-components/notifications/NotificationModal.jsx index b09212d..1547da3 100644 --- a/src/generic-components/notifications/NotificationModal.jsx +++ b/src/generic-components/notifications/NotificationModal.jsx @@ -30,6 +30,7 @@ * */ import React, {Component, PropTypes} from 'react'; +import { PropTypes } from 'prop-types'; import {connect} from 'react-redux'; import Button from 'react-bootstrap/lib/Button.js'; -- cgit 1.2.3-korg