We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 498c9cc commit 177e712Copy full SHA for 177e712
app/javascript/components/settings-help-menu-form/index.jsx
@@ -30,7 +30,7 @@ const HelpMenuTab = ({ initialValues, initialDropdownValues }) => {
30
...data,
31
isLoading: false,
32
});
33
- add_flash(__('Storing the custom help menu configuration was not successful.'), 'failure');
+ add_flash(__('Storing the custom help menu configuration was not successful.'), 'error');
34
window.location.reload();
35
36
setData({ ...data, isLoading: false });
config/routes.rb
@@ -2444,7 +2444,6 @@
2444
forest_delete
2445
forest_form_field_changed
2446
forest_select
2447
- help_menu_form_field_changed
2448
label_tag_mapping_delete
2449
label_tag_mapping_edit
2450
label_tag_mapping_update
0 commit comments