Skip to content

Commit 177e712

Browse files
committed
Fix typos and remove unneeded code
1 parent 498c9cc commit 177e712

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

app/javascript/components/settings-help-menu-form/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const HelpMenuTab = ({ initialValues, initialDropdownValues }) => {
3030
...data,
3131
isLoading: false,
3232
});
33-
add_flash(__('Storing the custom help menu configuration was not successful.'), 'failure');
33+
add_flash(__('Storing the custom help menu configuration was not successful.'), 'error');
3434
window.location.reload();
3535
});
3636
setData({ ...data, isLoading: false });

config/routes.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2444,7 +2444,6 @@
24442444
forest_delete
24452445
forest_form_field_changed
24462446
forest_select
2447-
help_menu_form_field_changed
24482447
label_tag_mapping_delete
24492448
label_tag_mapping_edit
24502449
label_tag_mapping_update

0 commit comments

Comments
 (0)