changed footer buttons to close button

main
alex 2023-05-13 11:02:25 +02:00
parent 305a13481c
commit f548371f3a
1 changed files with 1 additions and 0 deletions

View File

@ -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) => {