mirror of
https://github.com/formbricks/formbricks.git
synced 2026-01-05 21:32:02 -06:00
chore: variable name
This commit is contained in:
@@ -51,8 +51,8 @@ export function LogicEditorActions({
|
||||
action?: TSurveyLogicAction
|
||||
) => {
|
||||
const logicCopy = structuredClone(question.logic) ?? [];
|
||||
const logicItem = logicCopy[logicIdx];
|
||||
const actionsClone = logicItem.actions;
|
||||
const currentLogicItem = logicCopy[logicIdx];
|
||||
const actionsClone = currentLogicItem.actions;
|
||||
|
||||
switch (operation) {
|
||||
case "remove":
|
||||
|
||||
Reference in New Issue
Block a user