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