diff --git a/monkey/monkey_island/cc/ui/src/components/pages/ConfigurePage.js b/monkey/monkey_island/cc/ui/src/components/pages/ConfigurePage.js index dc42c996c..872e642c5 100644 --- a/monkey/monkey_island/cc/ui/src/components/pages/ConfigurePage.js +++ b/monkey/monkey_island/cc/ui/src/components/pages/ConfigurePage.js @@ -44,7 +44,6 @@ class ConfigurePageComponent extends AuthComponent { schema: {}, sections: [], selectedSection: this.currentSection, - showUnsubmittedConfigWarning: false, showUnsafeOptionsConfirmation: false, showConfigExportModal: false, showConfigImportModal: false @@ -214,15 +213,6 @@ class ConfigurePageComponent extends AuthComponent { ); } - renderUnsafeAttackOptionsWarningModal() { - return ( - - ); - } - setSelectedSection = (key) => { this.resetLastAction(); this.updateConfigSection(); @@ -376,7 +366,6 @@ class ConfigurePageComponent extends AuthComponent { {this.renderConfigExportModal()} {this.renderConfigImportModal()} {this.renderUnsafeOptionsConfirmationModal()} - {this.renderUnsafeAttackOptionsWarningModal()}

Monkey Configuration

{this.renderNav()} {content}