Skip to content
Snippets Groups Projects
Commit ff539ab0 authored by Tan Dat TRUONG's avatar Tan Dat TRUONG
Browse files

Fix wrong icon

parent 615b9757
Branches
1 merge request!27Front notifications
Pipeline #304 passed with stages
in 21 minutes and 26 seconds
......@@ -6,7 +6,7 @@ export function success_notification(text: string) {
position: "top-right",
timer: 2000,
showConfirmButton: false,
icon: "error",
icon: "success",
});
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment