Skip to content

Commit

Permalink
remove pattern view (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
LaviniaStiliadou authored May 13, 2024
1 parent ea1abd0 commit c10e527
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export default {
transformWorkflow={async (xml) => {
let modeler = getModeler();
modeler.views = modeler.views || {};
modeler.views["view-with-patterns"] = xml;
//modeler.views["view-with-patterns"] = xml;
let currentQRMs = [];
return await startPatternReplacementProcess(xml, currentQRMs, {
nisqAnalyzerEndpoint: config.getNisqAnalyzerEndpoint(),
Expand Down

0 comments on commit c10e527

Please sign in to comment.