Skip to content

Commit

Permalink
Rename rest remoteId
Browse files Browse the repository at this point in the history
  • Loading branch information
MilanPospisil committed Nov 7, 2022
1 parent b29e40a commit ec734ef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/execution-environment/repository-form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ export class RepositoryForm extends React.Component<IProps, IState> {
isNew,
isRemote,
name: originalName,
remoteId,
remotePulpId,
} = this.props;
const {
description,
Expand Down
2 changes: 1 addition & 1 deletion src/containers/execution-environment-detail/base.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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}
/>
)}
<WrappedComponent
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ class ExecutionEnvironmentList extends React.Component<
excludeTags={exclude_tags || []}
includeTags={include_tags || []}
permissions={namespace?.my_permissions || []}
remoteId={remoteId}
remotePulpId={remoteId}
distributionPulpId={distributionPulpId}
onSave={(promise, form) => {
promise
Expand Down

0 comments on commit ec734ef

Please sign in to comment.