upd: add notification for failures, add reasons for failure, apply suggestions
This commit is contained in:
parent
f08d1ec38f
commit
fc9d777dc3
17 changed files with 110 additions and 28 deletions
|
|
@ -48,6 +48,7 @@ const cancel = () => {
|
|||
emit('cancel');
|
||||
dialogEl.value.close();
|
||||
};
|
||||
|
||||
const paginationEl = ref();
|
||||
const pagination: Paging = {
|
||||
endpoint: 'notes/schedule/list',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue