fix: Add nodeStyle property to input element in GlobalVariableModal component (#4380)
✨ (GlobalVariableModal.tsx): add nodeStyle prop to Input component for custom styling requirements
This commit is contained in:
parent
f66139a800
commit
e477782c46
1 changed files with 1 additions and 0 deletions
|
|
@ -170,6 +170,7 @@ export default function GlobalVariableModal({
|
|||
setValue(e);
|
||||
}}
|
||||
placeholder="Insert a value for the variable..."
|
||||
nodeStyle
|
||||
/>
|
||||
) : (
|
||||
<Textarea
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue