diff --git a/packages/examples/sdk-frontend-react/src/app/ChatUITest/ChatViewComponent.tsx b/packages/examples/sdk-frontend-react/src/app/ChatUITest/ChatViewComponent.tsx index 66beffbd1..599095b33 100644 --- a/packages/examples/sdk-frontend-react/src/app/ChatUITest/ChatViewComponent.tsx +++ b/packages/examples/sdk-frontend-react/src/app/ChatUITest/ChatViewComponent.tsx @@ -1,6 +1,10 @@ import styled from 'styled-components'; -import { ChatView, MODAL_BACKGROUND_TYPE } from '@pushprotocol/uiweb'; +import { + ChatView, + CreateGroupModal, + MODAL_BACKGROUND_TYPE, +} from '@pushprotocol/uiweb'; import { Section } from '../components/StyledComponents'; import Img from '../../assets/epnsLogo.png'; import { CHAT_ID } from '../constants'; @@ -17,7 +21,12 @@ const ChatViewComponentTest = () => { {/* uncomment the below code to test create group modal */} - {/* {console.log('in close')}} modalBackground={MODAL_BACKGROUND_TYPE.OVERLAY} modalPositionType={MODAL_POSITION_TYPE.RELATIVE}/> */} + { + console.log('in close'); + }} + modalBackground={MODAL_BACKGROUND_TYPE.OVERLAY} + /> console.log('Verification Failed')} chatId={CHAT_ID}