|
@@ -92,7 +92,7 @@ const CustomWizard = Discourse.Model.extend({
|
|
|
|
|
|
if (f.type === 'dropdown') {
|
|
|
const choices = f.choices;
|
|
|
- if ((!choices || choices.length < 1) && !f.choices_key && !f.choices_categories) {
|
|
|
+ if ((!choices || choices.length < 1) && !f.choices_key && !f.choices_preset) {
|
|
|
error = 'field.need_choices';
|
|
|
return;
|
|
|
}
|