Skip to content

Commit

Permalink
doc: formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pozil committed May 13, 2024
1 parent 577b411 commit c8ae6ce
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,11 +207,11 @@ Here's how you can retrieve recent records and set them as default search result

1. Initialize the lookup default results when the parent component loads:

```js
connectedCallback() {
this.initLookupDefaultResults();
}
```
```js
connectedCallback() {
this.initLookupDefaultResults();
}
```

> [!NOTE] > `initLookupDefaultResults()` is called in two places because the wire could load before the lookup is rendered.
Expand Down

0 comments on commit c8ae6ce

Please sign in to comment.