Fixed onRemove handler name

This commit is contained in:
Lexi Sother 2021-03-01 17:47:29 +00:00
parent 84b8f6edfb
commit bbe9194f6c
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ export default {
console.log('This is a log from ConsoleLog');
showToast('This is a toast from ConsoleLog');
},
remove: () => {
onRemove: () => {
console.log('ConsoleLog has been uninstalled');
showToast('ConsoleLog has been uninstalled');
},