dfh-ui-library 1.12.729 → 1.12.731

Sign up to get free protection for your applications and to get access to all the features.
@@ -335,7 +335,7 @@ export interface DropdownMultiselectProps {
335
335
  export interface IMultiSelectOption {
336
336
  value: string;
337
337
  displayName: string;
338
- selected?: boolean;
338
+ isSelected?: boolean;
339
339
  }
340
340
  export interface IMultiSelectProps {
341
341
  selectType?: selectType;