Conformance: Activity sequence Short loop(s) done.

This commit is contained in:
chiayin
2023-08-15 10:31:55 +08:00
parent 8f1711de99
commit 82f18ee5e4
4 changed files with 193 additions and 58 deletions

View File

@@ -144,7 +144,7 @@ export default {
isMode = 'eventually-follows';
break;
case 'Short loop(s)':
isMode = 'b';
isMode = 'short-loops';
break;
case 'Self loop(s)':
isMode = 'c';