[BUG] modal forms and quickadd don't work
bug
**Describe the bug**
when i use a modal form in quickadd, i hav an error.
it's begin this week
Quikadd: (ERROR) running capture choice"xxxx" : cannotconvert undefined or null to object
**To Reproduce**
Steps to reproduce the bug:
1. create a modal form with fields action, liens and date_echeance
3. use quick add capture with this code:```js quickadd
const modalForm = app.plugins.plugins.modalforms.api;
const result = await modalForm.openForm('TODO_due_date');
const jour = window.moment().format("YYYY-MM-DD");
return "- [ ] TODO " + result.action + " " + result.liens + " ⏳ " + result.date_echeance;
```
3. i have the error
0 条评论