removed conditionSet folder and fixed lint errors

This commit is contained in:
Joel McKinnon 2020-01-03 08:39:13 -08:00
parent 5f80b3773b
commit 1ee6ecf3ae

View File

@ -32,8 +32,12 @@
>[condition description] >[condition description]
</span> </span>
</div> </div>
<span class="is-enabled c-c__duplicate"></span> <span v-if="!isDefault"
<span class="is-enabled c-c__trash"></span> class="is-enabled c-c__duplicate"
></span>
<span v-if="!isDefault"
class="is-enabled c-c__trash"
></span>
</div> </div>
<div v-if="expanded" <div v-if="expanded"
class="condition-config-edit widget-rule-content c-sw-editui__rules-wrapper holder widget-rules-wrapper flex-elem expanded" class="condition-config-edit widget-rule-content c-sw-editui__rules-wrapper holder widget-rules-wrapper flex-elem expanded"