From 464797a6da895c17fdd1e47b339b74948ed102e9 Mon Sep 17 00:00:00 2001 From: Mitan Omar Date: Wed, 12 Apr 2023 12:21:24 +0200 Subject: [PATCH] fix: use offecial task state isError in async list component --- app/components/async-list/template.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/async-list/template.hbs b/app/components/async-list/template.hbs index 303f20477..aa9f9b2b4 100644 --- a/app/components/async-list/template.hbs +++ b/app/components/async-list/template.hbs @@ -2,7 +2,7 @@
-{{else if (not @data)}} +{{else if @data.isError}}