diff --git a/views/webform.views.inc b/views/webform.views.inc
index 8de66a6..68f0a5a 100644
--- a/views/webform.views.inc
+++ b/views/webform.views.inc
@@ -462,7 +462,7 @@ function _webform_views_options_form(&$form, &$form_state, $nid, $cid) {
     '#type' => 'select',
     '#options' => $options,
     '#default_value' => $cid,
-    '#dependency' => array('edit-options-component-type' => array($type)),
+    '#dependency' => array('edit-options-component-type' => array($type_options)),
     '#access' => count($components),
     '#description' => t('Select the component whose values should be made available.'),
   );
