feature/IO-3497-Ant-Design-v5-to-v6 - Checkpoint (Ant Drawer)
This commit is contained in:
@@ -57,7 +57,7 @@ export function PhonebookContainer({ setBreadcrumbs, setSelectedHeader }) {
|
||||
<RbacWrapper action="phonebook:view">
|
||||
<PhonebookPage />
|
||||
<Drawer
|
||||
width={drawerPercentage}
|
||||
size={drawerPercentage}
|
||||
onClose={() => {
|
||||
delete search.phonebookentry;
|
||||
navigate({ search: queryString.stringify(search) });
|
||||
|
||||
@@ -26,7 +26,7 @@ export default function ShopVendorPageComponent() {
|
||||
<div>
|
||||
<VendorsListContainer />
|
||||
<Drawer
|
||||
width={drawerPercentage}
|
||||
size={drawerPercentage}
|
||||
onClose={() => {
|
||||
searchParams.delete("selectedvendor");
|
||||
navigate({ search: searchParams.toString() });
|
||||
|
||||
Reference in New Issue
Block a user