🐛 Fix parseVariables when preceding with a dollar sign

This commit is contained in:
Baptiste Arnaud
2023-03-24 07:42:17 +01:00
parent fa31984456
commit 5fb5176641
2 changed files with 17 additions and 12 deletions

View File

@@ -179,6 +179,7 @@ export const VariableSearchInput = ({
onFocus={onOpen}
onKeyDown={handleKeyUp}
placeholder={inputProps.placeholder ?? 'Select a variable'}
autoComplete="off"
{...inputProps}
/>
</PopoverAnchor>