ListLabel Shared Model
This commit is contained in:
parent
e7789ed919
commit
3005d60464
1 changed files with 1 additions and 3 deletions
|
@ -1,7 +1,5 @@
|
|||
/* eslint-disable no-unused-vars, space-before-function-paren */
|
||||
|
||||
class ListLabel {
|
||||
constructor (obj) {
|
||||
constructor(obj) {
|
||||
this.id = obj.id;
|
||||
this.title = obj.title;
|
||||
this.type = obj.type;
|
Loading…
Reference in a new issue