🐛 Fix parseVariables when preceding with a dollar sign
This commit is contained in:
@@ -179,6 +179,7 @@ export const VariableSearchInput = ({
|
||||
onFocus={onOpen}
|
||||
onKeyDown={handleKeyUp}
|
||||
placeholder={inputProps.placeholder ?? 'Select a variable'}
|
||||
autoComplete="off"
|
||||
{...inputProps}
|
||||
/>
|
||||
</PopoverAnchor>
|
||||
|
||||
Reference in New Issue
Block a user