File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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 |}}
Original file line number Diff line number Diff line change 22 <WAsync
33 @task ={{ fetchQuestionTask }}
44 @fireTrigger ={{ taskTrigger }}
5+ @autoFire =" true"
56 @loadingComponent =" loading-component" as |question|>
67 <QuestionContainer
78 @submission ={{ questionSubmission }}
You can’t perform that action at this time.
0 commit comments