Removed warning Toast for Invoices Data Table.

This commit is contained in:
rocketdebris 2025-12-02 13:23:09 -05:00
parent 69c96d1898
commit 7c738ef9f9

View File

@ -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>