Skip to content

Commit

Permalink
Support varibles #1136
Browse files Browse the repository at this point in the history
  • Loading branch information
mgubaidullin committed Feb 21, 2024
1 parent f199dfe commit 9d5623d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions karavan-space/src/space/SpacePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ export class SpacePage extends React.Component<Props, State> {
onInternalConsumerClick={(uri?: string, name?: string, routeId?: string) => {
console.log("onInternalConsumerClick", uri, name, routeId)
}}
variables={[]}
files={[new IntegrationFile("example.camel.yaml", yaml)]}
/>
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ export function FileEditor(props: Props) {
onSavePropertyPlaceholder={onSavePropertyPlaceholder}
beans={beans}
onInternalConsumerClick={internalConsumerClick}
variables={[]}
files={files.map(f => new IntegrationFile(f.name, f.code))}
/>
)
Expand Down

0 comments on commit 9d5623d

Please # to comment.