diff --git a/addon/components/acl-wizzard.hbs b/addon/components/acl-wizzard.hbs
index 9bda25ae..ba496b8b 100644
--- a/addon/components/acl-wizzard.hbs
+++ b/addon/components/acl-wizzard.hbs
@@ -90,15 +90,12 @@
@color="primary"
disabled={{not this.isValidAcl}}
data-test-create-acl
- {{on
- "click"
- (fn
- @createAclEntry (hash user=this.user role=this.role scope=this.scope)
- )
+ @onClick={{fn
+ @createAclEntry (hash user=this.user role=this.role scope=this.scope)
}}
>