mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Port Schema & Catalog node to react. Fixes #6655
This commit is contained in:
committed by
Akshay Joshi
parent
40879a5784
commit
08f2121544
@@ -63,6 +63,7 @@ describe('EventTriggerSchema', ()=>{
|
||||
confirmOnCloseReset={false}
|
||||
hasSQL={false}
|
||||
disableSqlHelp={false}
|
||||
disableDialogHelp={false}
|
||||
/>);
|
||||
});
|
||||
|
||||
@@ -82,6 +83,7 @@ describe('EventTriggerSchema', ()=>{
|
||||
confirmOnCloseReset={false}
|
||||
hasSQL={false}
|
||||
disableSqlHelp={false}
|
||||
disableDialogHelp={false}
|
||||
/>);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user