feat: directly create a new task from relations when none was selected
This commit is contained in:
parent
ad8ca462cb
commit
dfed1f438a
3 changed files with 14 additions and 2 deletions
|
|
@ -35,7 +35,6 @@ export function error(e, actions = []) {
|
|||
text: getErrorText(e),
|
||||
actions: actions,
|
||||
})
|
||||
console.error(e, actions)
|
||||
}
|
||||
|
||||
export function success(e, actions = []) {
|
||||
|
|
|
|||
Reference in a new issue