diff --git a/core/modules/views/src/Plugin/views/display/DisplayPluginBase.php b/core/modules/views/src/Plugin/views/display/DisplayPluginBase.php
index 7386c00..206843a 100644
--- a/core/modules/views/src/Plugin/views/display/DisplayPluginBase.php
+++ b/core/modules/views/src/Plugin/views/display/DisplayPluginBase.php
@@ -2013,6 +2013,7 @@ public function submitOptionsForm(&$form, FormStateInterface $form_state) {
           $plugin->submitOptionsForm($form[$plugin_type . '_options'], $form_state);
           $plugin_options['options'] = $form_state->getValue($section);
           $this->setOption($plugin_type, $plugin_options);
+          $form_state->set($section, NULL);
         }
         break;
     }
