Removed warning Toast for Invoices Data Table.
This commit is contained in:
parent
69c96d1898
commit
7c738ef9f9
@ -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…
x
Reference in New Issue
Block a user