Changing of deprecated antd props.

This commit is contained in:
Patrick Fic
2023-01-17 20:00:29 -08:00
parent 7bd83557c1
commit 533a5b87ec
61 changed files with 66 additions and 66 deletions

View File

@@ -58,7 +58,7 @@ export function PhonebookContainer({ setBreadcrumbs, setSelectedHeader }) {
delete search.phonebookentry;
history.push({ search: queryString.stringify(search) });
}}
visible={phonebookentry}
open={phonebookentry}
>
<PhonebookFormContainer />
</Drawer>

View File

@@ -36,7 +36,7 @@ export default function ShopVendorPageComponent() {
delete search.selectedvendor;
history.push({ search: queryString.stringify(search) });
}}
visible={selectedvendor}
open={selectedvendor}
>
<VendorsFormContainer />
</Drawer>