@dyedurham/search-and-file-widget 2.0.2 → 2.0.3

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.
@@ -59287,7 +59287,7 @@ Note: Recommended intrinsic image size is calculated assuming a maximum DPR of $
59287
59287
  [IRFormControls.EntityIdentifier]: NNFormControl(task.entity._profile.corp_number),
59288
59288
  [IRFormControls.PrimaryActivity]: NNFormControl(primaryActivity),
59289
59289
  [IRFormControls.ClientMatterNumber]: NNFormControl(deltaData?.referenceNumbers?.referenceNumber ?? task.entity._profile.client_matter_number),
59290
- [IRFormControls.OfficialEmail]: NNFormControl(officialBusinessEmail)
59290
+ [IRFormControls.OfficialEmail]: NNFormControl(officialBusinessEmail ?? "")
59291
59291
  });
59292
59292
  }
59293
59293
  static generateCertification(cert, deltaData) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dyedurham/search-and-file-widget",
3
- "version": "2.0.2",
3
+ "version": "2.0.3",
4
4
  "description": "",
5
5
  "main": "dnd-filing-shell.js",
6
6
  "scripts": {