We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b11eb0d commit 6c79c7aCopy full SHA for 6c79c7a
src/store/thunks/roles.js
@@ -39,7 +39,7 @@ export const createRole = (body) => async (dispatch) => {
39
const role = extractResponseData(response);
40
dispatch(actions.createRole(role));
41
dispatch(actions.setIsModalOpen(false));
42
- makeToast("Successfully craeted the role.", "success");
+ makeToast("Successfully created the role.", "success");
43
} catch (error) {
44
dispatch(
45
actions.setModalError(`Failed to create the role.\n${error.toString()}`)
0 commit comments