frappe-react-sdk 1.0.13 → 1.0.14

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/README.md CHANGED
@@ -534,7 +534,9 @@ const fileArgs = {
534
534
  /** Doctype associated with the file (optional) */
535
535
  "doctype": "User",
536
536
  /** Docname associated with the file (mandatory if doctype is present) */
537
- "docname": "Administrator"
537
+ "docname": "Administrator",
538
+ /** Field to be linked in the Document **/
539
+ "fieldname" : "image"
538
540
  }
539
541
 
540
542
  file.uploadFile(