+ {#each conditions as condition (condition.id)}
+
+
+ {#if condition.action === "update"}
+
+
TO
+
(condition.settingValue = e.detail)}
+ value={condition.settingValue}
+ />
+ {/if}
+ IF
+ (condition.newValue = e.detail)}
+ />
+
+ (condition.referenceValue = e.detail)}
+ />
+ removeLink(condition.id)}
+ />
+
+ {/each}
+
+ {/if}
+