fix crash if task is started without global inputs
parent
84cf31fbbd
commit
ba317f05d3
|
@ -581,6 +581,8 @@ export default function GroupTasksViewModal({ isOpen }) {
|
|||
currentGroupTask.current.GlobalInputs
|
||||
);
|
||||
|
||||
if (parsedGlobalInputs === null) return <></>;
|
||||
|
||||
return (
|
||||
<>
|
||||
<h2
|
||||
|
|
Loading…
Reference in New Issue