Skip to content

Commit fadbbf5

Browse files
authored
Update SitePicker.md (#1842)
1 parent 03a9d8a commit fadbbf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/documentation/docs/controls/SitePicker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ The `SitePicker` control can be configured with the following properties:
5252
| isDesc | boolean | no | Specifies if the list is sorted in descending order. Default: `false`. |
5353
| label | string | no | Label to use for the control. |
5454
| limitToCurrentSiteCollection | boolean | no | Specifies if the options should be limited by the current site collections. Taken into consideration if selectionMode is set to `web`. |
55-
| mode | `'site' | 'web' | 'hub'` | no | Defines what entities are available for selection: site collections, sites, hub sites. Default: `web`. |
55+
| mode | `'associatedsites' | 'site' | 'web' | 'hub'` | no | Defines what entities are available for selection: site collections, sites, hub sites and sites inside hub. Default: `web`. |
5656
| multiSelect | boolean | no | Optional mode indicates if multi-choice selections is allowed. Default: `true`. |
5757
| onChange | `(selectedSites: ISite[]) => void` | yes | Selection change handler. |
5858
| orderBy | `'title' | 'url'` | no | Specifices if the list is sorted by title or url. Default: `title`. |

0 commit comments

Comments
 (0)