add clear cache to edu programs, fix relationships bugs
This commit is contained in:
@@ -9,7 +9,7 @@ class EducationForm {
|
||||
}
|
||||
|
||||
static fromValue(value) {
|
||||
return Object.values(this).find(item => item.value === value) || null;
|
||||
return Object.values(this).find(item => item.value == value) || null;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user