fix(ui): rm consolelog
This commit is contained in:
parent
749093d9f6
commit
30add0fd3c
1 changed files with 0 additions and 1 deletions
|
|
@ -26,7 +26,6 @@ function DashboardModal(props) {
|
|||
if (dashboard.exists()) {
|
||||
await dashboardStore.fetch(dashboard.dashboardId)
|
||||
}
|
||||
console.log(syncedDashboard, history, siteId, withSiteId(`/dashboard/${syncedDashboard.dashboardId}`, siteId))
|
||||
dashboardStore.selectDashboardById(syncedDashboard.dashboardId);
|
||||
history.push(withSiteId(`/dashboard/${syncedDashboard.dashboardId}`, siteId))
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue