Skip to content

Commit

Permalink
remove-outdated-process-editor-comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ErlingHauan committed Nov 22, 2024
1 parent 84df844 commit c9039c4
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ export const ProcessEditor = (): React.ReactElement => {
return <StudioPageSpinner spinnerTitle={t('process_editor.loading')} />;
}

// TODO: Handle error will be handled better after issue #10735 is resolved
return (
<ProcessEditorImpl
availableDataTypeIds={appMetadata?.dataTypes?.map((dataType) => dataType.id)}
Expand Down

0 comments on commit c9039c4

Please sign in to comment.