Skip to content

Commit

Permalink
Updates per code review.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanwelcher committed Mar 7, 2023
1 parent 511ad4f commit 63273e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ const Example = () => {
};
```

It is also possible to remove panels from the admin using the `removeEditorPanel` function passing the name of the registered panel.
It is also possible to remove panels from the admin using the `removeEditorPanel` function by passing the name of the registered panel.

```js
import { useDispatch } from '@wordpress/data';
Expand Down

0 comments on commit 63273e1

Please sign in to comment.