🐛 (buttons) Fix dynamic buttons edge not showing
This commit is contained in:
@@ -46,7 +46,7 @@ export const VariablesButton = ({ onSelectVariable, ...props }: Props) => {
|
||||
<VariableSearchInput
|
||||
onSelectVariable={(variable) => {
|
||||
onClose()
|
||||
onSelectVariable(variable)
|
||||
if (variable) onSelectVariable(variable)
|
||||
}}
|
||||
placeholder="Search for a variable"
|
||||
shadow="lg"
|
||||
|
||||
Reference in New Issue
Block a user