Finish the majority of work on vendors page to add/delete/edit.
This commit is contained in:
@@ -8,7 +8,7 @@ export default function ShopVendorPageContainer() {
|
||||
document.title = t("titles.shop_vendors");
|
||||
}, [t]);
|
||||
|
||||
const selectedVendorState = useState({});
|
||||
const selectedVendorState = useState();
|
||||
return (
|
||||
<div>
|
||||
<ShopVendorPageComponent selectedVendorState={selectedVendorState} />
|
||||
|
||||
Reference in New Issue
Block a user