fix crash if task is started without global inputs

main
alex 2023-10-22 21:28:24 +02:00
parent 84cf31fbbd
commit ba317f05d3
1 changed files with 2 additions and 0 deletions

View File

@ -581,6 +581,8 @@ export default function GroupTasksViewModal({ isOpen }) {
currentGroupTask.current.GlobalInputs
);
if (parsedGlobalInputs === null) return <></>;
return (
<>
<h2