dfh-ui-library 1.12.779 → 1.12.781

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