mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fix an issue in search objects where objects were unable to locate occasionally. #5916
This commit is contained in:
@@ -125,7 +125,7 @@ describe('ERDTool', ()=>{
|
||||
erd = mount(
|
||||
<Theme>
|
||||
<ModalProvider>
|
||||
<ERDTool params={params} pgAdmin={pgAdmin} pgWindow={pgWindow} />
|
||||
<ERDTool params={params} pgAdmin={pgAdmin} pgWindow={pgWindow} isTest={true} />
|
||||
</ModalProvider>
|
||||
</Theme>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user