diff --git a/src/Form/CreateMigrationForm.php b/src/Form/CreateMigrationForm.php
index 6cf4fa1..c97fb0a 100644
--- a/src/Form/CreateMigrationForm.php
+++ b/src/Form/CreateMigrationForm.php
@@ -119,7 +119,7 @@ class CreateMigrationForm extends MigrationEntityFormBase {
     $form['configuration']['destination_bundle'] = [
       '#type' => 'select',
       '#title' => $this->t('Destination entity bundle'),
-      '#options' => $this->getEntityBundles(),
+      '#options' => ['_none' => $this->t('- Select - ')] + $this->getEntityBundles(),
       '#required' => TRUE,
       '#default_value' => $this->getConstant('bundle'),
       '#prefix' => '<div id="migrate-destination-bundle">',
