From 79096bcb6d822d0675516b5dc0953e8c701aa57d Mon Sep 17 00:00:00 2001 From: Christian Zosel Date: Thu, 2 May 2019 14:25:25 +0200 Subject: [PATCH] fix(docs): correct usage of `mut` helper --- tests/dummy/app/snippets/modal.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/dummy/app/snippets/modal.hbs b/tests/dummy/app/snippets/modal.hbs index 68b2fa49..0108a78d 100644 --- a/tests/dummy/app/snippets/modal.hbs +++ b/tests/dummy/app/snippets/modal.hbs @@ -6,4 +6,4 @@

{{/uk-modal}} -{{uk-button label="Open modal" on-click=(action (mut visible true))}} \ No newline at end of file +{{uk-button label="Open modal" on-click=(action (mut visible) true)}} \ No newline at end of file