BOD-8 #comment Fixed up part of the vendor edit page. Refetch of list still oustanding.
This commit is contained in:
@@ -7,11 +7,12 @@ export default function ShopVendorPageContainer() {
|
||||
useEffect(() => {
|
||||
document.title = t("titles.shop_vendors");
|
||||
}, [t]);
|
||||
|
||||
const fetchState = useState();
|
||||
const selectedVendorState = useState();
|
||||
return (
|
||||
<div>
|
||||
<ShopVendorPageComponent selectedVendorState={selectedVendorState} />
|
||||
</div>
|
||||
<ShopVendorPageComponent
|
||||
selectedVendorState={selectedVendorState}
|
||||
fetchState={fetchState}
|
||||
/>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user