@evoke-platform/ui-components 1.13.0-dev.3 → 1.13.0-dev.4

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.
@@ -57,7 +57,6 @@ export const Document = (props) => {
57
57
  const handleUpload = async (files) => {
58
58
  // Store File objects in form state - they will be uploaded during autosave via formatSubmission()
59
59
  const newDocuments = [...(documents ?? []), ...(files ?? [])];
60
- console.debug('Uploading documents:', newDocuments);
61
60
  setDocuments(newDocuments);
62
61
  try {
63
62
  handleChange && (await handleChange(id, newDocuments));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@evoke-platform/ui-components",
3
- "version": "1.13.0-dev.3",
3
+ "version": "1.13.0-dev.4",
4
4
  "description": "",
5
5
  "main": "dist/published/index.js",
6
6
  "module": "dist/published/index.js",