[F] Fix: Filter assignments based on value of type
This commit is contained in:
@@ -24,7 +24,8 @@
|
||||
created()
|
||||
{
|
||||
// Filter assignments to only this type
|
||||
this.filteredAssignments = this.assignments.filter(a => a.type === this.typeName);
|
||||
this.filteredAssignments = this.assignments.filter(a => a.type == this.typeName);
|
||||
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user