Hi , Thanks for the wonderful extension. we are exploring to use it heavily for our business logic implementaiton.
One question, Instead of reload the page after the API call, are we able to navigate the browser to the collection list page inside the onClick function?
I tried modify the reload logic
into:
router.push('/content/collection1');
However, directus APP will ask the user to confirm leave for the unsaved changes. Actually the changes was already saved inside the API call, is it possible to navigate silently without user confirmation?