Compare commits

...

1 Commits

Author SHA1 Message Date
Ivan Kropotkin
567ac524c9 [FIX] fix example of using useService("action");
The previous examples looks as copy-paste error
2022-11-14 14:19:01 +01:00

View File

@@ -478,7 +478,7 @@ A notification for when a sale deal is made with a button to go some kind of com
// in setup
this.notificationService = useService("notification");
this.actionService = useService("actionService");
this.actionService = useService("action");
// later
this.notificationService.add("You closed a deal!", {