Bug fix
This commit is contained in:
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user