Skip to content

Commit

Permalink
fix: Floating title content incorrect for multi-sources (#17274) (#19623
Browse files Browse the repository at this point in the history
)

Signed-off-by: Keith Chong <[email protected]>
  • Loading branch information
keithchong authored Aug 21, 2024
1 parent 80f2043 commit d1c74ac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ export const ApplicationParameters = (props: {
</React.Fragment>
)}
<DataLoader input={app.spec.sources[index]} load={src => getSourceFromAppSources(src, app.metadata.name, app.spec.project, index, 0)}>
{(details: models.RepoAppDetails) => getEditablePanelForOneSource(details, index, source)}
{(details: models.RepoAppDetails) => getEditablePanelForOneSource(details, index, app.spec.sources[index])}
</DataLoader>
</div>
</div>
Expand Down

0 comments on commit d1c74ac

Please sign in to comment.