refs #6153 test - master #86

Merged
jgallego merged 98 commits from test into master 2023-08-29 07:48:24 +00:00
1 changed files with 4 additions and 1 deletions
Showing only changes of commit ceb7642fb7 - Show all commits

View File

@ -40,7 +40,10 @@ async function onSubmit() {
router.push({ name: 'Dashboard' });
}
} catch (e) {
// console.log(e);
quasar.notify({
message: e.response?.data?.error.message,
type: 'negative',
});
}
}
</script>