Skip to content

Commit

Permalink
remove pattern view
Browse files Browse the repository at this point in the history
  • Loading branch information
LaviniaStiliadou committed May 13, 2024
1 parent ea1abd0 commit 81ebc1e
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 81ebc1e

Please sign in to comment.