diff --git a/webform_import.module b/webform_import.module
index 3e725c0..912eaac 100644
--- a/webform_import.module
+++ b/webform_import.module
@@ -165,7 +165,7 @@ function webform_import_form($node, $form_state) {
       continue;
     }
     $style = '';
-    if (isset($component['mandatory'])) {
+    if (isset($component['required'])) {
       $style = 'font-weight: bold';
     }
     $component_table['rows'][] = array(
