Patch example code (#33628)

pull/33632/head
Luke Latham 2024-09-17 08:48:56 -04:00 committed by GitHub
parent 2f8e7dfa05
commit 8fe84e8fdd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -442,7 +442,7 @@ The following example permits the user to recover from the exception with a butt
<div class="alert alert-danger" role="alert">
<p class="fs-3 fw-bold">😈 A rotten gremlin got us. Sorry!</p>
<p>@context.HelpLink</p>
<button class="btn btn-info" @onclick="_ => errorBoundary.Recover()">
<button class="btn btn-info" @onclick="_ => errorBoundary?.Recover()">
Clear
</button>
</div>