added notification message
parent
933f97719a
commit
0fe948d9aa
|
@ -132,6 +132,9 @@ export default function GroupTasksViewModal({ isOpen }) {
|
|||
case Constants.GROUP_TASKS_STATUS.INPUT_REQUIRED:
|
||||
return <Button size="small">Continue</Button>;
|
||||
default:
|
||||
notificationApi["error"]({
|
||||
message: `Alert action ${status} not implemented`,
|
||||
});
|
||||
return <></>;
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue