chore(frontend): close dialog in close button too
This commit is contained in:
parent
b7ed87c5af
commit
b5025ec878
|
|
@ -238,7 +238,15 @@ const handleOpen = () => {
|
||||||
<Box flexGrow={1} >Response</Box>
|
<Box flexGrow={1} >Response</Box>
|
||||||
<Box>
|
<Box>
|
||||||
<IconButton >
|
<IconButton >
|
||||||
<SvgIcon><XMarkIcon /></SvgIcon>
|
<SvgIcon
|
||||||
|
onClick={()=>{
|
||||||
|
setAnswer(false);
|
||||||
|
handleClose;
|
||||||
|
//setContent("");
|
||||||
|
}}
|
||||||
|
>
|
||||||
|
<XMarkIcon />
|
||||||
|
</SvgIcon>
|
||||||
</IconButton>
|
</IconButton>
|
||||||
</Box>
|
</Box>
|
||||||
</Box>
|
</Box>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user