Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Signed-off-by: Jovan Cvetkovic <[email protected]>
  • Loading branch information
jovancvetkovic3006 committed Jun 22, 2023
1 parent 727a692 commit bf802c1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ const ExpressionQuery = ({
form.setFieldError('expressionQueries', validate());
};

const openPopover = (idx = 0, form) => {
const openPopover = (idx = 0) => {
const expressions = _.cloneDeep(usedExpressions);
expressions[idx] = { ...expressions[idx], isOpen: !expressions[idx].isOpen };
setUsedExpressions(expressions);
Expand Down

0 comments on commit bf802c1

Please sign in to comment.