Fix typo
This commit is contained in:
parent
dea4719fd1
commit
2954c85742
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"name": "skillbox",
|
||||
"projects": {
|
||||
"private": {
|
||||
"schemaPath": "schema.graphql"
|
||||
}
|
||||
},
|
||||
"extensions": {
|
||||
"endpoints": {
|
||||
"localhost": {
|
||||
"url": "http://localhost:8000/api/graphql",
|
||||
"headers": {
|
||||
"user-agent": "JS GraphQL"
|
||||
},
|
||||
"introspect": false
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -16,7 +16,7 @@
|
|||
</div>
|
||||
<p
|
||||
class="assignment-with-submissions__no-submissions"
|
||||
v-if="!assignment.submissions.length">Zu diesem Auftrag sind noch keine Ergebnisse vorhanden</p>
|
||||
v-if="!assignment.submissions.length">Zu diesem Auftrag sind noch keine Ergebnisse vorhanden.</p>
|
||||
|
||||
<div
|
||||
class="assignment-with-submissions__submissions submissions"
|
||||
|
|
|
|||
Loading…
Reference in New Issue