fixing search module, and schedule module
This commit is contained in:
@@ -101,6 +101,10 @@ class EducationForm {
|
||||
this.DETAILED_TARGET_QUOTA
|
||||
];
|
||||
}
|
||||
|
||||
getName() {
|
||||
return this.name;
|
||||
}
|
||||
}
|
||||
|
||||
export default EducationForm;
|
||||
@@ -12,8 +12,6 @@ class EducationForm {
|
||||
return Object.values(this).find(item => item.value == value) || null;
|
||||
}
|
||||
|
||||
|
||||
// Метод для получения имени
|
||||
getName() {
|
||||
return this.name;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user