diff --git a/core/modules/views_ui/src/ViewEditForm.php b/core/modules/views_ui/src/ViewEditForm.php
index 61a7e8b..284473c 100644
--- a/core/modules/views_ui/src/ViewEditForm.php
+++ b/core/modules/views_ui/src/ViewEditForm.php
@@ -227,6 +227,7 @@ protected function actions(array $form, FormStateInterface $form_state) {
       '#type' => 'submit',
       '#value' => $this->t('Cancel'),
       '#submit' => array('::cancel'),
+      '#limit_validation_errors' => array(),
     );
     if ($this->entity->isLocked()) {
       $actions['submit']['#access'] = FALSE;
