Fix typo in shared actions

This commit is contained in:
JannisX11 2023-12-10 11:46:53 +01:00
parent 924688f7e9
commit 6ab3c53e56

View File

@ -21,7 +21,7 @@ const SharedActions = {
return {
delete() {
lsit.remove(handler);
list.remove(handler);
}
}
},