Skip to content

Commit

Permalink
Merge pull request #610 from veops/dev_ui_240903
Browse files Browse the repository at this point in the history
fix(ui): build error
  • Loading branch information
LHRUN authored Sep 3, 2024
2 parents 42ad2b6 + 56f03e1 commit f3cc12f
Showing 1 changed file with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,7 @@
class="input-group"
v-else-if="isChoiceByProperty(rule.property) && (rule.exp === 'is' || rule.exp === '~is')"
>
<CIBuiltInAttr
v-if="getAttr(rule.property).choice_builtin"
:choice_builtin="getAttr(rule.property).choice_builtin"
class="select-filter"
:treeselectCustomStyle="{ width: '136px', '--custom-height': '36px' }"
:value="rule.value"
@change="(value) => handleChange('value', value)"
/>

<a-select
v-else
class="select-filter"
:style="{ width: '175px' }"
showSearch
Expand Down Expand Up @@ -153,13 +143,11 @@
<script>
import { compareTypeList } from './constants.js'
import CIReferenceAttr from '@/components/ciReferenceAttr/index.vue'
import CIBuiltInAttr from '@/components/ciBuiltInAttr/index.vue'

export default {
name: 'ValueControls',
components: {
CIReferenceAttr,
CIBuiltInAttr
},
props: {
rule: {
Expand Down

0 comments on commit f3cc12f

Please sign in to comment.