Răsfoiți Sursa

refactor(ProductsPage): remove orders tab from product tabs

alvesantos 3 zile în urmă
părinte
comite
ddb2579b1f
1 a modificat fișierele cu 0 adăugiri și 1 ștergeri
  1. 0 1
      src/pages/products/ProductsPage.vue

+ 0 - 1
src/pages/products/ProductsPage.vue

@@ -111,7 +111,6 @@ const StockTab = defineAsyncComponent(() => import("./tabs/StockTab.vue"));
 const tabs = [
   { label: "Produtos", name: "products" },
   { label: "Estoque", name: "stock" },
-  { label: "Pedidos", name: "orders" },
 ];
 
 const handleAdd = () => {