df-ae-forms-package 1.0.41 → 1.0.43

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -881,6 +881,7 @@ interface IRaiseIssueModalProps {
881
881
  assetNumber?: string;
882
882
  isStandalone?: boolean;
883
883
  allowWorkflowActions?: boolean;
884
+ isEdit?: boolean;
884
885
  }
885
886
  declare const RaiseIssueModal: React.FC<IRaiseIssueModalProps>;
886
887