diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2023-12-04 15:26:36 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2023-12-04 15:26:36 +0530 |
commit | 331a8da55352c736f08339ae6ca0d9e0eb690058 (patch) | |
tree | eebd21abc445d1f05a681668d1d66bbaa6034e98 /src/views/HomeView.vue | |
parent | d5fab4fefaa3e63c1cda945cf556a0ecfdfa0170 (diff) |
added table to show items of an invoice0.2.2
Diffstat (limited to 'src/views/HomeView.vue')
-rw-r--r-- | src/views/HomeView.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/views/HomeView.vue b/src/views/HomeView.vue index 0a5bf4d..6ef6440 100644 --- a/src/views/HomeView.vue +++ b/src/views/HomeView.vue @@ -16,7 +16,7 @@ const getAllDrafts = async () => { allDrafts.value = res.data.data } } catch (err) { - toast.error('An unhandled exception occoured. Please check logs') + //toast.error('An unhandled exception occoured. Please check logs') console.error(err) } |