changed footer buttons to close button
parent
305a13481c
commit
f548371f3a
|
@ -290,6 +290,7 @@ export default function GroupTasksViewModal({ isOpen }) {
|
|||
width="70%"
|
||||
onCancel={handleCancel}
|
||||
maskClosable={false}
|
||||
footer={<Button onClick={handleCancel}>Close</Button>}
|
||||
>
|
||||
{notificationContextHolder}
|
||||
{webSocketContext.GroupTasks.map((groupTask) => {
|
||||
|
|
Loading…
Reference in New Issue