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:
parent
84b8f6edfb
commit
bbe9194f6c
1 changed files with 1 additions and 1 deletions
|
@ -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');
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue