Port Schema & Catalog node to react. Fixes #6655

This commit is contained in:
Rahul Shirsat
2021-08-05 11:18:39 +05:30
committed by Akshay Joshi
parent 40879a5784
commit 08f2121544
34 changed files with 494 additions and 125 deletions

View File

@@ -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}
/>);
});