chore: cleanup

This commit is contained in:
kolaente 2022-07-20 23:54:33 +02:00
parent da853a914c
commit 90a06019ce
No known key found for this signature in database
GPG key ID: F40E70337AB24C9B

View file

@ -212,7 +212,6 @@ async function createTask() {
} }
function openTask(e) { function openTask(e) {
console.log('open', e.bar.ganttBarConfig.id)
router.push({ router.push({
name: 'task.detail', name: 'task.detail',
params: {id: e.bar.ganttBarConfig.id}, params: {id: e.bar.ganttBarConfig.id},