feat: directly create a new task from relations when none was selected

This commit is contained in:
kolaente 2022-04-02 13:54:45 +02:00
parent ad8ca462cb
commit dfed1f438a
Signed by untrusted user who does not match committer: konrad
GPG key ID: F40E70337AB24C9B
3 changed files with 14 additions and 2 deletions

View file

@ -35,7 +35,6 @@ export function error(e, actions = []) {
text: getErrorText(e),
actions: actions,
})
console.error(e, actions)
}
export function success(e, actions = []) {