Skip to content

Commit

Permalink
change some differ
Browse files Browse the repository at this point in the history
  • Loading branch information
shellrean committed Feb 6, 2022
1 parent ddcd920 commit 8de460a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/views/banksoal/soal/SoalEdit.vue
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,6 @@ export default {
},
_changeCheckbox(e, index) {
if (e.target.checked === false) {
let index = this.selected.indexOf(val)
if (index !== -1) {
this.selected.splice(index, 1)
}
Expand Down
1 change: 0 additions & 1 deletion src/views/banksoal/soal/SoalTambah.vue
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,6 @@ export default {
},
_changeCheckbox(e, index) {
if (e.target.checked === false) {
let index = this.selected.indexOf(val)
if (index !== -1) {
this.selected.splice(index, 1)
}
Expand Down

0 comments on commit 8de460a

Please sign in to comment.