Skip to content

Commit

Permalink
Remove unused id in the Updated Selected User modal
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesChenX committed Oct 14, 2023
1 parent d02129e commit 782be3c
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -140,12 +140,6 @@ export default {
type: 'UPDATE',
size: 'L',
fields: [
{
id: 'id',
type: 'INPUT',
label: 'userId',
rules: this.$validator.create({onlyNumber: true})
},
{
id: 'password',
type: 'INPUT'
Expand Down

0 comments on commit 782be3c

Please sign in to comment.