fix: titels van leerobjecten werden ook groen
This commit is contained in:
parent
0d70443f24
commit
19436efb4e
13 changed files with 15 additions and 11 deletions
|
@ -187,7 +187,7 @@
|
|||
v-slot="classResponse: { data: ClassResponse }"
|
||||
>
|
||||
<div>
|
||||
<h1>{{ classResponse.data.class.displayName }}</h1>
|
||||
<h1 class="h1">{{ classResponse.data.class.displayName }}</h1>
|
||||
<using-query-result
|
||||
:query-result="getStudents"
|
||||
v-slot="studentsResponse: { data: StudentsResponse }"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue