@sanity/dashboard
Advanced tools
Comparing version 0.140.10-alpha.80 to 0.140.10-canary.82
@@ -77,3 +77,3 @@ "use strict"; | ||
}).then(project => _client.default.users.getById(project.members.map(mem => mem.id).join(','))).then(users => this.setState({ | ||
users | ||
users: Array.isArray(users) ? users : [users] | ||
})).catch(error => this.setState({ | ||
@@ -80,0 +80,0 @@ error |
{ | ||
"name": "@sanity/dashboard", | ||
"version": "0.140.10-alpha.80+e21f54fb1", | ||
"version": "0.140.10-canary.82+45a9a3080", | ||
"description": "Tool for rendering dashboard widgets", | ||
@@ -28,3 +28,3 @@ "main": "src/DashboardTool.js", | ||
"@sanity/base": "0.140.8", | ||
"@sanity/check": "0.140.10-alpha.80+e21f54fb1", | ||
"@sanity/check": "0.140.10-canary.82+45a9a3080", | ||
"history": "^4.6.3", | ||
@@ -50,3 +50,3 @@ "jest": "^23.6.0", | ||
"homepage": "https://www.sanity.io/", | ||
"gitHead": "e21f54fb123e5f9ef60a946a469300b336b03289" | ||
"gitHead": "45a9a3080ee8b7fde78e7b12f697472ce76e5339" | ||
} |
@@ -50,3 +50,3 @@ import React from 'react' | ||
.then(project => sanityClient.users.getById(project.members.map(mem => mem.id).join(','))) | ||
.then(users => this.setState({users})) | ||
.then(users => this.setState({users: Array.isArray(users) ? users : [users]})) | ||
.catch(error => this.setState({error})) | ||
@@ -53,0 +53,0 @@ } |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
76328