CreateImageWizard: use content sources in production beta
Enables package searching and custom repositories.
This commit is contained in:
parent
6131dafe48
commit
a25ec459d8
3 changed files with 5 additions and 5 deletions
|
|
@ -14,7 +14,7 @@ export default {
|
|||
name: 'packages',
|
||||
substepOf: 'Content',
|
||||
nextStep: () => {
|
||||
if (!insights.chrome.isProd() && insights.chrome.isBeta()) {
|
||||
if (insights.chrome.isBeta()) {
|
||||
return 'repositories';
|
||||
} else {
|
||||
return 'image-name';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue