Skip to content

Commit

Permalink
Update answer.gjs
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli authored Jan 12, 2025
1 parent 57afd18 commit b2d592d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export default class Demo extends Component {
{{else}}
{{! This block only matters during the initial request }}

{{#if this.rejest.isRejected}}
{{#if this.request.isRejected}}
error loading initial data!
{{else}}
<pre> ... loading ... </pre>
Expand Down

0 comments on commit b2d592d

Please sign in to comment.