You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ma...@apache.org on 2022/04/09 15:01:49 UTC

[camel-karavan] branch main updated: Update BeanProperties.tsx

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 c394d91  Update BeanProperties.tsx
c394d91 is described below

commit c394d918bcf2eaf5ec0b4d65bf1410c998e1c931
Author: Marat Gubaidullin <ma...@gmail.com>
AuthorDate: Sat Apr 9 11:01:44 2022 -0400

    Update BeanProperties.tsx
---
 karavan-designer/src/designer/beans/BeanProperties.tsx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/karavan-designer/src/designer/beans/BeanProperties.tsx b/karavan-designer/src/designer/beans/BeanProperties.tsx
index b5db272..f0b07b1 100644
--- a/karavan-designer/src/designer/beans/BeanProperties.tsx
+++ b/karavan-designer/src/designer/beans/BeanProperties.tsx
@@ -32,7 +32,7 @@ import DeleteIcon from "@patternfly/react-icons/dist/js/icons/times-icon";
 import AddIcon from "@patternfly/react-icons/dist/js/icons/plus-circle-icon";
 import {IntegrationHeader} from "../utils/KaravanComponents";
 import CloneIcon from '@patternfly/react-icons/dist/esm/icons/clone-icon'
-import {PropertyMeta} from "../../../../karavan-core/lib/model/CamelMetadata";
+import {PropertyMeta} from "karavan-core/lib/model/CamelMetadata";
 import HelpIcon from "@patternfly/react-icons/dist/js/icons/help-icon";
 
 interface Props {
@@ -184,4 +184,4 @@ export class BeanProperties extends React.Component<Props, State> {
             </div>
         )
     }
-}
\ No newline at end of file
+}