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 82b255a  Fix #505
82b255a is described below

commit 82b255af1ce88e0d98a08d089ad50a039a66d45d
Author: Marat Gubaidullin <marat.gubaidul...@gmail.com>
AuthorDate: Fri Oct 28 18:10:46 2022 -0400

    Fix #505
---
 karavan-designer/src/designer/route/property/DslPropertyField.tsx | 2 --
 1 file changed, 2 deletions(-)

diff --git a/karavan-designer/src/designer/route/property/DslPropertyField.tsx 
b/karavan-designer/src/designer/route/property/DslPropertyField.tsx
index 1612dd0..91abc80 100644
--- a/karavan-designer/src/designer/route/property/DslPropertyField.tsx
+++ b/karavan-designer/src/designer/route/property/DslPropertyField.tsx
@@ -66,8 +66,6 @@ import {KubernetesSelector} from "./KubernetesSelector";
 import {KubernetesAPI} from "../../utils/KubernetesAPI";
 import Editor from "@monaco-editor/react";
 import EditorIcon from "@patternfly/react-icons/dist/js/icons/code-icon";
-import {Property} from 
"../../../../../karavan-core/src/core/model/KameletModels";
-import {KameletApi} from "../../../../../karavan-core/src/core/api/KameletApi";
 
 interface Props {
     property: PropertyMeta,

Reply via email to