Skip to content

Commit

Permalink
Update prompt.gjs
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli authored Jan 12, 2025
1 parent b2d592d commit 5fe48e3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,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 5fe48e3

Please sign in to comment.