This is an automated email from the ASF dual-hosted git repository.
marat pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-karavan.git
The following commit(s) were added to refs/heads/main by this push:
new 021205a Update DslConnections.tsx
021205a is described below
commit 021205aae4d58b4ff6c3ae399c172752ac8c6b52
Author: Marat Gubaidullin <[email protected]>
AuthorDate: Tue Feb 15 13:35:48 2022 -0500
Update DslConnections.tsx
---
karavan-designer/src/designer/route/DslConnections.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/karavan-designer/src/designer/route/DslConnections.tsx
b/karavan-designer/src/designer/route/DslConnections.tsx
index 8f37b34..51f20c7 100644
--- a/karavan-designer/src/designer/route/DslConnections.tsx
+++ b/karavan-designer/src/designer/route/DslConnections.tsx
@@ -20,7 +20,7 @@ import {Integration, CamelElement} from
"karavan-core/lib/model/IntegrationDefin
import {DslPosition, EventBus} from "../utils/EventBus";
import {CamelUi} from "../utils/CamelUi";
import {Subscription} from "rxjs";
-import {SagaDefinition} from
"../../../../karavan-core/lib/model/CamelDefinition";
+import {SagaDefinition} from "karavan-core/lib/model/CamelDefinition";
interface Props {
integration: Integration