From 50c7a7b7d09e50458aa2589bd752f0d326a0bdce Mon Sep 17 00:00:00 2001 From: Markus Sanin Date: Mon, 19 Aug 2024 10:24:19 +0200 Subject: [PATCH] Remove last `action` usage (#695) --- liquid-fire/src/components/liquid-sync.hbs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/liquid-fire/src/components/liquid-sync.hbs b/liquid-fire/src/components/liquid-sync.hbs index eadff509..eb1b01eb 100644 --- a/liquid-fire/src/components/liquid-sync.hbs +++ b/liquid-fire/src/components/liquid-sync.hbs @@ -1,3 +1,2 @@ -{{!-- template-lint-disable no-action --}} -{{yield (action "ready")~}} +{{yield this.ready~}}
\ No newline at end of file