Skip to content

Commit cb7dfdc

Browse files
committed
statis
1 parent 0191732 commit cb7dfdc

File tree

1 file changed

+1
-1
lines changed
  • app/javascript/components/settings-help-menu-form

1 file changed

+1
-1
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 });

0 commit comments

Comments
 (0)