@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder': patch
|
||||
---
|
||||
|
||||
Minor internal refactor
|
||||
@@ -72,7 +72,7 @@ export const RepoUrlPickerHost = (props: {
|
||||
>
|
||||
<Select
|
||||
native
|
||||
disabled={hosts?.length === 1 ?? false}
|
||||
disabled={hosts?.length === 1}
|
||||
label="Host"
|
||||
onChange={s => onChange(String(Array.isArray(s) ? s[0] : s))}
|
||||
selected={host}
|
||||
|
||||
Reference in New Issue
Block a user