This commit is contained in:
monilprajapati
2024-06-02 15:30:10 +05:30
parent 73b5d1a30d
commit af734f7fb4
+2 -2
View File
@@ -3149,8 +3149,8 @@ const ParsedAction = (props) => {
id={clickedFieldId} id={clickedFieldId}
rows={data.name.startsWith("${") && data.name.endsWith("}") ? 2 : rows} rows={data.name.startsWith("${") && data.name.endsWith("}") ? 2 : rows}
color="primary" color="primary"
// defaultValue={data.value} defaultValue={data.value}
value={data.value} // value={data.value}
//options={{ //options={{
// theme: 'gruvbox-dark', // theme: 'gruvbox-dark',
// keyMap: 'sublime', // keyMap: 'sublime',