2
0

feat(engine): ️ Accept variables as webhook data path

This commit is contained in:
Baptiste Arnaud
2022-05-31 11:06:58 +02:00
parent b65d153bf0
commit 26cf38fb21
4 changed files with 61 additions and 11 deletions

View File

@ -20,7 +20,7 @@ type Props = {
export const VariablesButton = ({ onSelectVariable, ...props }: Props) => {
return (
<Popover isLazy placement="bottom-end">
<Popover isLazy placement="bottom-end" gutter={0}>
<PopoverTrigger>
<Flex>
<Tooltip label="Insert a variable">