diff --git a/cli/commands/component/init/openapi/src/main/java/com/bytechef/cli/command/component/init/openapi/ComponentInitOpenApiGenerator.java b/cli/commands/component/init/openapi/src/main/java/com/bytechef/cli/command/component/init/openapi/ComponentInitOpenApiGenerator.java index 5e345081e0a..f8dca0b6a46 100644 --- a/cli/commands/component/init/openapi/src/main/java/com/bytechef/cli/command/component/init/openapi/ComponentInitOpenApiGenerator.java +++ b/cli/commands/component/init/openapi/src/main/java/com/bytechef/cli/command/component/init/openapi/ComponentInitOpenApiGenerator.java @@ -1780,8 +1780,8 @@ private CodeBlock getSchemaCodeBlock( } } else { builder.add( - getExtensionsCodeBlock(propertyName, propertyDescription, required, schema, outputSchema, - extensionMap)); + getExtensionsCodeBlock( + propertyName, propertyDescription, required, schema, outputSchema, extensionMap)); } return builder.build(); diff --git a/client/src/App.tsx b/client/src/App.tsx index 51dcf59b085..ab91d903b94 100644 --- a/client/src/App.tsx +++ b/client/src/App.tsx @@ -52,7 +52,7 @@ const automationNavigation: NavigationType[] = [ name: 'Project Instances', }, { - href: '/automation/api-platform/api-collections', + href: '/automation/api-platform', icon: LandmarkIcon, name: 'API Collections', }, @@ -230,7 +230,7 @@ function App() { {ai.enabled && showCopilot && ( -