Skip to content

Commit

Permalink
statis
Browse files Browse the repository at this point in the history
  • Loading branch information
liu-samuel committed Nov 19, 2024
1 parent 0191732 commit cb7dfdc
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit cb7dfdc

Please sign in to comment.