Skip to content

Commit

Permalink
Update upgrading-from-6.x.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KirillTregubov authored Nov 15, 2024
1 parent 9a1efb5 commit e32f598
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions versioned_docs/version-7.x/upgrading-from-6.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -388,8 +388,8 @@ The previous behavior can be achieved by setting `displayMode` to `default` or `

```diff lang=js
<HeaderBackButton
- labelVisible={false}
+ displayMode="minimal"
- labelVisible={false}
+ displayMode="minimal"
/>
```

Expand Down

0 comments on commit e32f598

Please sign in to comment.