feat: directly create a new task from relations when none was selected
This commit is contained in:
@ -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 New Issue
Block a user