File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
pkg/sbombastic-image-vulnerability-scanner/edit Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ import LabeledSelect from '@shell/components/form/LabeledSelect';
9
9
import { Checkbox } from ' @components/Form/Checkbox' ;
10
10
import { MANAGEMENT , NAMESPACE } from ' @shell/config/types' ;
11
11
import {
12
- REGISTRY_DEFAULT_URI ,
13
12
REGISTRY_TYPE_OPTIONS ,
14
13
SCAN_INTERVAL_OPTIONS , SCAN_INTERVALS
15
14
} from " @sbombastic-image-vulnerability-scanner/constants/scan-interval-options" ;
@@ -196,7 +195,7 @@ export default {
196
195
: multiple= " true"
197
196
: label= " t('imageScanner.registries.configuration.cru.scan.repoName')"
198
197
: placeholder= " t('imageScanner.registries.configuration.cru.scan.placeholder')"
199
- : options= " value.spec.repositories"
198
+ : options= " value.spec.repositories || [] "
200
199
: disabled= " mode==='view'"
201
200
@update: value= " update"
202
201
/ >
You can’t perform that action at this time.
0 commit comments