Skip to content

Commit 1afb1b2

Browse files
committed
Fixed state for no category added
1 parent 2ee5901 commit 1afb1b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

os2forms.module

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ function os2forms_webform_admin_third_party_settings_form_alter(&$form, FormStat
3636
'#title' => t('Migrate webforms to category'),
3737
'#description' => t('After migration webforms will get this category.'),
3838
'#options' => $webform_entity_storage->getCategories(),
39-
'#empty_value' => 'none',
39+
'#empty_value' => '',
4040
'#default_value' => $third_party_settings_manager->getThirdPartySetting('os2forms', 'migrate_to_category') ?: FALSE,
4141
];
4242
}

0 commit comments

Comments
 (0)