From 4f7345563fa7a4ab55f8ff49b65fb95071a6cd9f Mon Sep 17 00:00:00 2001 From: Joel McKinnon Date: Mon, 13 Jan 2020 13:40:43 -0800 Subject: [PATCH] temp --- .../components/ConditionCollection.vue | 2 ++ .../condition/components/ConditionEdit.vue | 20 +++---------------- 2 files changed, 5 insertions(+), 17 deletions(-) diff --git a/src/plugins/condition/components/ConditionCollection.vue b/src/plugins/condition/components/ConditionCollection.vue index b80b00919c..bec76ac52d 100644 --- a/src/plugins/condition/components/ConditionCollection.vue +++ b/src/plugins/condition/components/ConditionCollection.vue @@ -103,6 +103,8 @@ export default { this.conditionCollection.unshift(conditionDO); + console.log(conditionDO.name) + this.persist(); }, removeCondition(identifier) { diff --git a/src/plugins/condition/components/ConditionEdit.vue b/src/plugins/condition/components/ConditionEdit.vue index 38eb8c4618..5aac002257 100644 --- a/src/plugins/condition/components/ConditionEdit.vue +++ b/src/plugins/condition/components/ConditionEdit.vue @@ -14,22 +14,8 @@ @click="expanded = !expanded" >
- Default - - {{ name }} - - When all else fails - - {{ description }} - + {{ name }} + {{ description }}