Skip to content

Commit

Permalink
Fix line length linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsusek committed Jul 9, 2019
1 parent 7227d35 commit c0163b9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/components/config/ConfigCondition.vue
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,11 @@
</div>

<div v-else>
<el-form ref="minMaxThreshold" :rules="minMaxThresholdRules" :model="$store.state.config.match" label-width="60px">
<el-form
ref="minMaxThreshold"
:rules="minMaxThresholdRules"
:model="$store.state.config.match"
label-width="60px">
<el-form-item label="Above" prop="maxThreshold">
<el-input id="maxThreshold" v-model="maxThreshold" min="1" type="number" @change="validate" />
</el-form-item>
Expand Down

0 comments on commit c0163b9

Please sign in to comment.