Skip to content

Commit

Permalink
Fix: 1248 Fixed two checkmark sign on success toast (elrumo#1258)
Browse files Browse the repository at this point in the history
Co-authored-by: Himanshu Vaghela <HimanshuVaghela2020@gmail.com>
  • Loading branch information
HimanshuVaghelaa and HimanshuVaghelaaa authored Jul 19, 2021
1 parent 0bb125a commit b5a2416
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ export default {
parent.showToast({
id: "toastMessage",
message: "😄 All icons have been uploaded.",
message: "😄 All icons have been uploaded.",
variant: "success"
})
dialog.hide()
Expand Down

0 comments on commit b5a2416

Please sign in to comment.