Skip to content

Commit a076511

Browse files
authored
Update labelFilter default value in SettingSelector (#43)
1 parent 5c66956 commit a076511

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/types.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,10 @@ export type SettingSelector = {
2323
* The label filter to apply when querying Azure App Configuration for key-values.
2424
*
2525
* @remarks
26-
* By default, the "null label" will be used, matching key-values without a label.
2726
* The characters asterisk `*` and comma `,` are not supported.
2827
* Backslash `\` character is reserved and must be escaped using another backslash `\`.
28+
*
29+
* @defaultValue `LabelFilter.Null`, matching key-values without a label.
2930
*/
3031
labelFilter?: string
3132
};

0 commit comments

Comments
 (0)