mirror of
https://github.com/argoproj/argo-cd
synced 2026-05-24 01:38:43 +00:00
Fixes display of path in UI (#2345)
This commit is contained in:
parent
706b413353
commit
41a440f23d
1 changed files with 1 additions and 1 deletions
|
|
@ -153,7 +153,7 @@ export const ApplicationCreatePanel = (props: {
|
|||
new Array<string>()
|
||||
}>
|
||||
{(apps: string[]) => (
|
||||
<FormField formApi={api} label='Path' field='spec.source.path' component={AutocompleteField} componentProps={{
|
||||
<FormField formApi={api} label='Git Path/Helm Chart' field='spec.source.path' component={AutocompleteField} componentProps={{
|
||||
items: apps, filterSuggestions: true,
|
||||
}}/>
|
||||
)}
|
||||
|
|
|
|||
Loading…
Reference in a new issue