From ec734ef28f4e9db6809bd7a0967171a8223dab8a Mon Sep 17 00:00:00 2001 From: Milan Pospisil Date: Mon, 7 Nov 2022 14:45:46 +0100 Subject: [PATCH] Rename rest remoteId --- src/components/execution-environment/repository-form.tsx | 2 +- src/containers/execution-environment-detail/base.tsx | 2 +- .../execution-environment-list/execution_environment_list.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/execution-environment/repository-form.tsx b/src/components/execution-environment/repository-form.tsx index 440e549d00..2b1214ad87 100644 --- a/src/components/execution-environment/repository-form.tsx +++ b/src/components/execution-environment/repository-form.tsx @@ -467,7 +467,7 @@ export class RepositoryForm extends React.Component { isNew, isRemote, name: originalName, - remoteId, + remotePulpId, } = this.props; const { description, diff --git a/src/containers/execution-environment-detail/base.tsx b/src/containers/execution-environment-detail/base.tsx index ca9232abdf..fcbeaf8a21 100644 --- a/src/containers/execution-environment-detail/base.tsx +++ b/src/containers/execution-environment-detail/base.tsx @@ -266,7 +266,7 @@ export function withContainerRepo(WrappedComponent) { includeTags={ this.state.repo.pulp.repository.remote?.include_tags || [] } - remoteId={this.state.repo.pulp.repository.remote?.id} + remotePulpId={this.state.repo.pulp.repository.remote?.id} /> )} { promise