dfh-ui-library 1.12.781 → 1.12.782

Sign up to get free protection for your applications and to get access to all the features.
@@ -873,7 +873,6 @@ export interface NoteComponentProps {
873
873
  minHeight?: string;
874
874
  isChallengeNote?: boolean;
875
875
  isAutoSave?: boolean;
876
- isOptional?: boolean;
877
876
  }
878
877
  export interface TabButtonProps {
879
878
  onClickTab?: (value: string) => void;