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

commit f600bf7f9546d73a95f355f8c70dc7dd4aa9eed0
Author: Marat Gubaidullin <[email protected]>
AuthorDate: Thu Sep 12 09:00:26 2024 -0400

    Fix vscode build
---
 .../src/designer/property/property/KameletPropertyField.tsx            | 1 -
 karavan-vscode/webpack.config.js                                       | 3 +--
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git 
a/karavan-designer/src/designer/property/property/KameletPropertyField.tsx 
b/karavan-designer/src/designer/property/property/KameletPropertyField.tsx
index fe52431c..f9f1bf87 100644
--- a/karavan-designer/src/designer/property/property/KameletPropertyField.tsx
+++ b/karavan-designer/src/designer/property/property/KameletPropertyField.tsx
@@ -38,7 +38,6 @@ import EditorIcon from 
"@patternfly/react-icons/dist/js/icons/code-icon";
 import {ExpressionModalEditor} from 
"../../../expression/ExpressionModalEditor";
 import {useDesignerStore} from "../../DesignerStore";
 import {shallow} from "zustand/shallow";
-import {ComponentProperty} from 
"../../../../../karavan-core/src/core/model/ComponentModels";
 
 interface Props {
     property: Property,
diff --git a/karavan-vscode/webpack.config.js b/karavan-vscode/webpack.config.js
index 21a9b9a1..0d861efe 100644
--- a/karavan-vscode/webpack.config.js
+++ b/karavan-vscode/webpack.config.js
@@ -142,8 +142,7 @@ const prerenderConfig = (webpackEnv) => {
             }),
             new CopyPlugin({
                 patterns: [
-                    {from: "kamelets", to: "kamelets"},
-                    {from: "components", to: "components"}
+                    {from: "metadata", to: "metadata"}
                 ],
             }),
         ],

Reply via email to