File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1717 v-debounce:750ms =" saveCondition" :debounce-events =" 'keyup'" />
1818
1919 <b-input-group v-else-if =" subject === 'COORDINATES'" >
20- <b-form-input id =" input-value-coordinates-group" :placeholder =" $t('message.group')" required = " false " type =" text" v-model =" coordinatesGroup" v-debounce:750ms =" saveCondition" :debounce-events =" 'keyup'" ></b-form-input >
21- <b-form-input id =" input-value-coordinates-name" :placeholder =" $t('message.name')" required = " false " type =" text" v-model =" coordinatesName" v-debounce:750ms =" saveCondition" :debounce-events =" 'keyup'" ></b-form-input >
22- <b-form-input id =" input-value-coordinates-version" :placeholder =" $t('message.version')" required = " false " type =" text" v-model =" coordinatesVersion" v-debounce:750ms =" saveCondition" :debounce-events =" 'keyup'" ></b-form-input >
20+ <b-form-input id =" input-value-coordinates-group" :placeholder =" $t('message.group')" type =" text" v-model =" coordinatesGroup" v-debounce:750ms =" saveCondition" :debounce-events =" 'keyup'" ></b-form-input >
21+ <b-form-input id =" input-value-coordinates-name" :placeholder =" $t('message.name')" type =" text" v-model =" coordinatesName" v-debounce:750ms =" saveCondition" :debounce-events =" 'keyup'" ></b-form-input >
22+ <b-form-input id =" input-value-coordinates-version" :placeholder =" $t('message.version')" type =" text" v-model =" coordinatesVersion" v-debounce:750ms =" saveCondition" :debounce-events =" 'keyup'" ></b-form-input >
2323 </b-input-group >
2424
2525 </b-col >
You can’t perform that action at this time.
0 commit comments