1
0
Fork 0
mirror of https://github.com/NovaGM/Modules.git synced 2024-08-14 22:47:01 +00:00

Fixed onRemove handler name

This commit is contained in:
Lexi Sother 2021-03-01 17:47:29 +00:00
parent 84b8f6edfb
commit bbe9194f6c

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');
},