Skip to content

Commit

Permalink
Fix typo in event handler (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
vjspranav authored May 11, 2023
1 parent 9af236d commit 92d37a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/assets/js/event-handler.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ document.getElementById('bug-report').addEventListener('vl-bug-report', (e)=>{
icon: 'success',
iconColor: "white",
background:"#a5dc86",
title: 'Bug Reported Succesfully',
title: 'Bug Reported Successfully',
})
}else{
Toast.fire({
Expand All @@ -38,4 +38,4 @@ document.getElementById('bug-report').addEventListener('vl-bug-report', (e)=>{
title: 'Bug Report Failed, Please Try Again',
})
}
})
})

0 comments on commit 92d37a1

Please sign in to comment.