Port Triggers node to react. Fixes #6672

This commit is contained in:
Nikhil Mohite
2021-08-16 19:48:08 +05:30
committed by Akshay Joshi
parent bb5e2b98e9
commit 351cb3e6ca
9 changed files with 908 additions and 9 deletions

View File

@@ -63,6 +63,7 @@ function SQLTab({active, getSQLValue}) {
readOnly: true,
}}
isAsync={true}
readonly={true}
/>;
}