aboutsummaryrefslogtreecommitdiffstats
path: root/src/features/publishDebugInfo/Component.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/features/publishDebugInfo/Component.js')
-rw-r--r--src/features/publishDebugInfo/Component.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/features/publishDebugInfo/Component.js b/src/features/publishDebugInfo/Component.js
index 953fc7c21..c1365597a 100644
--- a/src/features/publishDebugInfo/Component.js
+++ b/src/features/publishDebugInfo/Component.js
@@ -95,6 +95,11 @@ class PublishDebugLogModal extends Component {
95 // Close this modal 95 // Close this modal
96 close() { 96 close() {
97 ModalState.isModalVisible = false; 97 ModalState.isModalVisible = false;
98 this.setState({
99 log: null,
100 error: false,
101 isSendingLog: false
102 });
98 } 103 }
99 104
100 async publishDebugInfo() { 105 async publishDebugInfo() {