mirror of https://github.com/harness/drone.git
fix: [code-886]: fix text in import space form (#592)
parent
243b0b73ef
commit
8e03eb230a
|
@ -166,7 +166,7 @@ const ImportSpaceForm = (props: ImportFormProps) => {
|
|||
<FormInput.Text
|
||||
name="organization"
|
||||
label={
|
||||
formik.values.gitProvider === Organization.GITHUB
|
||||
formik.values.gitProvider.toLowerCase() === Organization.GITHUB.toLowerCase()
|
||||
? getString('importSpace.githubOrg')
|
||||
: getString('importSpace.gitlabGroup')
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue