Skip to content

Commit 6c316f1

Browse files
Removes unecessary comment-outs
1 parent 9820f59 commit 6c316f1

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/FormulateGrouping.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ export default {
9999
},
100100
setItem (index, groupProxy) {
101101
// Note: value must have an __id to use this function
102-
// const values = Array.isArray(this.context.model) ? this.context.model : this.items
103102
if (Array.isArray(this.context.model) && this.context.model.length >= this.context.minimum) {
104103
this.context.model.splice(index, 1, setId(groupProxy, this.context.model[index].__id))
105104
} else {

test/unit/FormulateInputGroup.test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ describe('FormulateInputGroup', () => {
9999
await flushPromises()
100100
const fields = wrapper.findAll('input[type="text"]')
101101
expect(fields.length).toBe(4)
102-
// expect(fields.at(0).element.value).toBe('[email protected]')
103102
expect(fields.at(2).element.value).toBe('[email protected]')
104103
})
105104

0 commit comments

Comments
 (0)