1
0

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
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 = []) {