Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Commit

Permalink
fix: use offecial task state isError in async list component
Browse files Browse the repository at this point in the history
  • Loading branch information
MitanOmar committed Apr 12, 2023
1 parent 5bfba5e commit 464797a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/async-list/template.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div class="empty">
<LoadingIcon />
</div>
{{else if (not @data)}}
{{else if @data.isError}}
<div class="empty">
<div>
<FaIcon @icon="bolt" @prefix="fas" />
Expand Down

0 comments on commit 464797a

Please sign in to comment.