Skip to content

Commit 0894ed2

Browse files
Tsvetomir-Hryordan-mitev
authored andcommitted
Update components/dockmanager/state.md
Co-authored-by: Yordan <[email protected]>
1 parent e327483 commit 0894ed2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/dockmanager/state.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ If you want to make changes to the current DockManager state:
5959

6060
> Do not use `GetState()` in the [`OnStateInit`](#onstateinit) or [`OnStateChanged`](#onstatechanged) events. Do not use `SetState()` in `OnStateInit`. Instead, get or set the `DockManagerState` property of the event argument.
6161
62-
>tip To reset the DockManager state to its initial markup configuration, use the `GetState()` and `SetState()` methods. An example of such approach can be seen in the following KB article: [Reset DockManager State on Button Click in Blazor](slug:dockmanager-kb-reset-state)
62+
>tip To reset the DockManager state to its initial markup configuration, use the `GetState()` and `SetState()` methods. The [Reset DockManager State on Button Click in Blazor](slug:dockmanager-kb-reset-state) KB article demonstrates this approach.
6363
6464
## Example
6565

0 commit comments

Comments
 (0)