|  | @@ -224,7 +224,7 @@ export default {
 | 
											
												
													
														|  |      },
 |  |      },
 | 
											
												
													
														|  |      getGroupDescription(row, groupId) {
 |  |      getGroupDescription(row, groupId) {
 | 
											
												
													
														|  |        const matchedMajors = (this.majorsMap[row['studentId']]
 |  |        const matchedMajors = (this.majorsMap[row['studentId']]
 | 
											
												
													
														|  | -        ?.majors?.filter(m => m['matchedGroupIds'].some(id => id == groupId)) || [])
 |  | 
 | 
											
												
													
														|  | 
 |  | +        ?.marjors?.filter(m => m['matchedGroupIds'].some(id => id == groupId)) || [])
 | 
											
												
													
														|  |          .groupBy(m => m.collegeName)
 |  |          .groupBy(m => m.collegeName)
 | 
											
												
													
														|  |        const current = this.prevData.activeGeneration
 |  |        const current = this.prevData.activeGeneration
 | 
											
												
													
														|  |        const options = Object.values(this.options)
 |  |        const options = Object.values(this.options)
 |