From f6ff033e84f05053cd2b8ca17db73ecc14da4bd4 Mon Sep 17 00:00:00 2001 From: ajikamaludin Date: Thu, 4 May 2023 00:16:08 +0700 Subject: [PATCH] bit name --- resources/js/Pages/Category/Index.jsx | 4 ++-- resources/js/Pages/Customer/Index.jsx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/js/Pages/Category/Index.jsx b/resources/js/Pages/Category/Index.jsx index e53eb50..9fc1fd9 100644 --- a/resources/js/Pages/Category/Index.jsx +++ b/resources/js/Pages/Category/Index.jsx @@ -61,8 +61,8 @@ export default function Category(props) { auth={props.auth} errors={props.errors} flash={props.flash} - page={'Barang'} - action={'Kategori'} + page={'Kategori'} + action={''} > diff --git a/resources/js/Pages/Customer/Index.jsx b/resources/js/Pages/Customer/Index.jsx index bf3222d..e8ae6d6 100644 --- a/resources/js/Pages/Customer/Index.jsx +++ b/resources/js/Pages/Customer/Index.jsx @@ -61,8 +61,8 @@ export default function Customer(props) { auth={props.auth} errors={props.errors} flash={props.flash} - page={'Kantor'} - action={'Pelanggan'} + page={'Pelanggan'} + action={''} >