You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: types/localStorageDropdown.ts
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,7 @@ export type LocalStorageDropdownProps = {
19
19
onOptionSelected?: (option: string)=>void;
20
20
searchDefaultValue?: string;
21
21
excludedFromStorage?: {values: string[];compareOptions?: CompareOptions[]};// if the value is in this list it will not be added to the storage //setting this to null will assume all values are valid
0 commit comments