Skip to content

Commit 3971773

Browse files
committed
Docs: update for the new API release
1 parent 6549155 commit 3971773

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/.config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "1.104.0"
2+
"version": "1.104.1"
33
}

docs/api-reference/user-interface/grid.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ export default function Command() {
101101

102102
### Dropdown
103103

104-
Some extensions may benefit from giving users a second filtering dimension. A media file management extension may allow users to view only videos or only images, an image-searching extension may allow switching search engines, etc.
104+
Some extensions may benefit from giving users a second filtering dimension. A media file management extension may allow users to view only videos or only images, an image-searching extension may allow switching ssearch engines, etc.
105105

106106
This is where the `searchBarAccessory` [prop](#props) is useful. Pass it a [Grid.Dropdown](#grid.dropdown) component, and it will be displayed on the right-side of the search bar. Invoke it either by using the global shortcut `` `P` or by clicking on it.
107107

0 commit comments

Comments
 (0)