@openneuro/app 4.24.1 → 4.24.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openneuro/app",
3
- "version": "4.24.1",
3
+ "version": "4.24.2",
4
4
  "description": "React JS web frontend for the OpenNeuro platform.",
5
5
  "license": "MIT",
6
6
  "main": "public/client.js",
@@ -20,8 +20,8 @@
20
20
  "@emotion/react": "11.11.1",
21
21
  "@emotion/styled": "11.11.0",
22
22
  "@niivue/niivue": "0.34.0",
23
- "@openneuro/client": "^4.24.1",
24
- "@openneuro/components": "^4.24.1",
23
+ "@openneuro/client": "^4.24.2",
24
+ "@openneuro/components": "^4.24.2",
25
25
  "@tanstack/react-table": "^8.9.3",
26
26
  "bids-validator": "1.14.6",
27
27
  "bytes": "^3.0.0",
@@ -74,5 +74,5 @@
74
74
  "publishConfig": {
75
75
  "access": "public"
76
76
  },
77
- "gitHead": "09d29acb132ab0aedf0c376ec6b5e7cbca175b74"
77
+ "gitHead": "40d36c06d07682624d5065d0affc43b23122d577"
78
78
  }
@@ -132,8 +132,9 @@ export class UploadClient extends React.Component {
132
132
  stripRelativePath,
133
133
  files: addPathToFiles(filesToUpload, path),
134
134
  selectedFiles: files,
135
+ }, () => {
136
+ this.upload({ affirmedDefaced, affirmedConsent })
135
137
  })
136
- this.upload({ affirmedDefaced, affirmedConsent })
137
138
  },
138
139
  )
139
140
  }