df-ae-forms-package 1.1.8 → 1.1.9

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.js CHANGED
@@ -327,7 +327,7 @@ var EIssueStatus;
327
327
  EIssueStatus["OPEN"] = "Open";
328
328
  EIssueStatus["IN_PROGRESS"] = "In-Progress";
329
329
  EIssueStatus["REJECTED"] = "Rejected";
330
- EIssueStatus["RESOLVE"] = "Resolve";
330
+ EIssueStatus["RESOLVE"] = "Resolved";
331
331
  })(EIssueStatus || (EIssueStatus = {}));
332
332
  const RaiseIssueModal = ({ isOpen, onClose, onSuccess, component, formTemplateId, notes = '', attachments = null, issue = null, onCreateIssue, onUpdateIssue, user, availableUsers = [
333
333
  'Priya Das',