Skip to content

Commit eaa3396

Browse files
committed
w-async autoFire true
1 parent b1a812f commit eaa3396

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

app/pods/components/contest/contest-content-list/template.hbs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<WAsync
22
@task={{fetchContentsTask}}
33
@loadingComponent={{component 'loading-component'}}
4+
@autoFire="true"
45
@fireTrigger={{taskTrigger}} as |contents isError|>
56
{{#if isError}}
67
You are not authorized to view problems of this contest.

app/pods/components/contest/contest-list/template.hbs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<WAsync @task={{fetchContestsTask}}
22
@loadingComponent={{component 'loading-component' }}
33
@fireTrigger={{taskTrigger}}
4+
@autoFire="true"
45
as |typed_contests isError|>
56
<div class="row">
67
{{#each typed_contests as |typed_contest|}}

app/pods/components/quiz-view/template.hbs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<WAsync
33
@task={{fetchQuestionTask}}
44
@fireTrigger={{taskTrigger}}
5+
@autoFire="true"
56
@loadingComponent="loading-component" as |question|>
67
<QuestionContainer
78
@submission={{questionSubmission}}

0 commit comments

Comments
 (0)