@mongoosejs/studio
Advanced tools
Comparing version 0.0.30 to 0.0.31
@@ -68,6 +68,6 @@ 'use strict'; | ||
getDashboard: function getDashboard(params) { | ||
return client.get('/Dashboard/getDashboard', params).then(res => res.data); | ||
return client.put('/Dashboard/getDashboard', params).then(res => res.data); | ||
}, | ||
getDashboards: function getDashboards(params) { | ||
return client.get('/Dashboard/getDashboards', params).then(res => res.data); | ||
return client.put('/Dashboard/getDashboards', params).then(res => res.data); | ||
}, | ||
@@ -74,0 +74,0 @@ updateDashboard: function updateDashboard(params) { |
@@ -27,3 +27,3 @@ 'use strict'; | ||
const dashboardId = this.$route.query.dashboardId; | ||
const { dashboard, result } = await api.Dashboard.getDashboard({ params: { dashboardId: dashboardId, evaluate: true } }); | ||
const { dashboard, result } = await api.Dashboard.getDashboard({ dashboardId: dashboardId, evaluate: true }); | ||
if (!dashboard) { | ||
@@ -30,0 +30,0 @@ return; |
{ | ||
"name": "@mongoosejs/studio", | ||
"version": "0.0.30", | ||
"version": "0.0.31", | ||
"dependencies": { | ||
@@ -5,0 +5,0 @@ "archetype": "0.13.0", |
@@ -5,3 +5,3 @@ 'use strict'; | ||
mode: 'jit', | ||
content: ['./frontend/src/**/*.html', './frontend/src/**/*.js'], | ||
content: ['./frontend/src/**/*.html', './frontend/src/**/*.js', './frontend/src/**/**/*.html', './frontend/src/**/**/*.js'], | ||
corePlugins: { | ||
@@ -8,0 +8,0 @@ container: true |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
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
804386
14427