Removed warning Toast for Invoices Data Table.
This commit is contained in:
parent
69c96d1898
commit
7c738ef9f9
1 changed files with 0 additions and 3 deletions
|
|
@ -93,9 +93,6 @@ const categories = ref([
|
|||
// { name: "Development", icon: Developer, buttons: developmentButtons },
|
||||
]);
|
||||
const handleCategoryClick = (category) => {
|
||||
if (category.url === "/invoices") {
|
||||
notifications.addWarning("Invoices data table view coming soon!");
|
||||
}
|
||||
router.push(category.url);
|
||||
};
|
||||
</script>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue