Skip to content

Commit 23bffc7

Browse files
committed
Merge branch '3.5.x'
2 parents 9083b17 + e922cd6 commit 23bffc7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

framework/elsa/fit-elsa-react/src/flow/jadeFlowPage.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,10 @@
44
* Licensed under the MIT License. See License.txt in the project root for license information.
55
*--------------------------------------------------------------------------------------------*/
66

7-
import {copyPasteHelper, ElsaCopyHandler, page, shapeDataHelper, sleep, uuid} from '@fit-elsa/elsa-core';
7+
import {copyPasteHelper, ElsaCopyHandler, page, shapeDataHelper, sleep, uuid, PAGE_OPERATION_MODE} from '@fit-elsa/elsa-core';
88
import {SYSTEM_ACTION, VIRTUAL_CONTEXT_NODE} from '@/common/Consts.js';
99
import {conditionRunner, inactiveNodeRunner, standardRunner} from '@/flow/runners.js';
1010
import {message} from 'antd';
11-
import {PAGE_OPERATION_MODE} from '@fit-elsa/elsa-core/common/const.js';
1211

1312
const START_NODE = 'startNodeStart';
1413

0 commit comments

Comments
 (0)