diff --git a/src/PresentationalComponents/RulesTable/RulesTable.js b/src/PresentationalComponents/RulesTable/RulesTable.js index 0c5dd1a87..bbd394f13 100644 --- a/src/PresentationalComponents/RulesTable/RulesTable.js +++ b/src/PresentationalComponents/RulesTable/RulesTable.js @@ -259,6 +259,7 @@ class RulesTable extends Component { onKebabSelect = async (event) => { try { + this.setState({ isKebabOpen: false }); await API.get(`${BASE_URL}/export/hits.${event.target.value}/`); } catch (error) { this.props.addNotification({