webpack/scenes/AlternateContentSources/Create/Steps/AcsUrlPaths.js in katello-4.5.1 vs webpack/scenes/AlternateContentSources/Create/Steps/AcsUrlPaths.js in katello-4.6.0.rc1

- old
+ new

@@ -42,10 +42,9 @@ </FormGroup> <FormGroup label={__('Subpaths')} type="string" fieldId="acs_subpaths" - isRequired > <TextArea placeholder="test/repo1/, test/repo2/," value={subpaths} onChange={(value) => { setSubpaths(value); }}