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={''} >