Skip to content

Commit

Permalink
backend: fix the secret_connect api import path for frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
bojand committed Mar 3, 2025
1 parent 33f6080 commit 41a56c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import { DebugBundleService } from './protogen/redpanda/api/console/v1alpha1/deb
import { LicenseService } from './protogen/redpanda/api/console/v1alpha1/license_connect';
import { PipelineService } from './protogen/redpanda/api/console/v1alpha1/pipeline_connect';
import { PipelineService as PipelineServiceV2 } from './protogen/redpanda/api/console/v1alpha1/pipeline_connect';
import { SecretService as RPCNSecretService } from './protogen/redpanda/api/console/v1alpha1/secrets_connect';
import { SecretService as RPCNSecretService } from './protogen/redpanda/api/console/v1alpha1/secret_connect';
import { SecurityService } from './protogen/redpanda/api/console/v1alpha1/security_connect';
import { TransformService } from './protogen/redpanda/api/console/v1alpha1/transform_connect';
import { appGlobal } from './state/appGlobal';
Expand Down

0 comments on commit 41a56c1

Please sign in to comment.