Skip to content

Commit

Permalink
Fix typos and remove unneeded code
Browse files Browse the repository at this point in the history
  • Loading branch information
liu-samuel committed Nov 19, 2024
1 parent 498c9cc commit 177e712
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const HelpMenuTab = ({ initialValues, initialDropdownValues }) => {
...data,
isLoading: false,
});
add_flash(__('Storing the custom help menu configuration was not successful.'), 'failure');
add_flash(__('Storing the custom help menu configuration was not successful.'), 'error');
window.location.reload();
});
setData({ ...data, isLoading: false });
Expand Down
1 change: 0 additions & 1 deletion config/routes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2444,7 +2444,6 @@
forest_delete
forest_form_field_changed
forest_select
help_menu_form_field_changed
label_tag_mapping_delete
label_tag_mapping_edit
label_tag_mapping_update
Expand Down

0 comments on commit 177e712

Please sign in to comment.