1
0

Cleanup broken sw functions

This commit is contained in:
kolaente
2021-07-26 23:09:49 +02:00
parent a9f4d0dff9
commit dcb846324d
4 changed files with 2 additions and 93 deletions

View File

@ -41,4 +41,4 @@ export default class NamespaceModel extends AbstractModel {
updated: null,
}
}
}
}

View File

@ -223,10 +223,6 @@ export default class TaskModel extends AbstractModel {
icon: '/images/icons/android-chrome-512x512.png',
data: {taskId: this.id},
actions: [
{
action: 'mark-as-done',
title: 'Done',
},
{
action: 'show-task',
title: 'Show task',