Cleanup broken sw functions
This commit is contained in:
@ -41,4 +41,4 @@ export default class NamespaceModel extends AbstractModel {
|
||||
updated: null,
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -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',
|
||||
|
Reference in New Issue
Block a user