Skip to content

Commit

Permalink
Update src/components/forms/InterventionTriggerConditions.vue
Browse files Browse the repository at this point in the history
Co-authored-by: Jakob Frank <[email protected]>
  • Loading branch information
janoliver20 and ja-fra authored Dec 3, 2024
1 parent a32b1eb commit 54463dd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/forms/InterventionTriggerConditions.vue
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ Licensed under the Elastic License 2.0. */
}
function toggleRowEdit(item: InterventionTriggerUpdateItem): void {
console.log(item);
if (typeof triggerConditionObj.value.value !== 'undefined') {
triggerConditionObj.value.value[item.groupIndex].parameter[
item.rowIndex
Expand Down

0 comments on commit 54463dd

Please sign in to comment.