Skip to content

Commit

Permalink
KOGITO-10020: In Runtime-tools the Serverless Workflow diagram is not…
Browse files Browse the repository at this point in the history
… loading (apache#2122)
  • Loading branch information
fantonangeli authored Jan 18, 2024
1 parent d558f9c commit d473ece
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ const SwfCombinedEditor: React.FC<ISwfCombinedEditorProps & OUIAProps> = ({
isReadOnly: true,
fileExtension: `sw.${getFileType()}`,
fileName: `workflow.sw.${getFileType()}`,
path: `*.sw.${getFileType()}`,
};
}, [source]);

Expand Down

0 comments on commit d473ece

Please sign in to comment.