fix(ui): rm consolelog

This commit is contained in:
sylenien 2022-05-17 12:20:39 +02:00 committed by Delirium
parent 749093d9f6
commit 30add0fd3c

View file

@ -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))
})