Skip to content
Snippets Groups Projects
Commit fd4d8194 authored by robinwilliam.hundt's avatar robinwilliam.hundt
Browse files

Desc. and Solution are now always open by default

parent 1ecc38d2
No related branches found
No related tags found
1 merge request!101Resolve "Frontend improvements"
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
v-bind="submissionType" v-bind="submissionType"
:key="submissionType.pk" :key="submissionType.pk"
:reverse="true" :reverse="true"
:expandedByDefault="{ Description: false, Solution: false }" :expandedByDefault="{ Description: true, Solution: true }"
class="mt-1" class="mt-1"
/> />
</div> </div>
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
v-bind="submissionType" v-bind="submissionType"
:key="submissionType.pk" :key="submissionType.pk"
:reverse="true" :reverse="true"
:expandedByDefault="{ Description: false, Solution: true }" :expandedByDefault="{ Description: true, Solution: true }"
class="mt-4 mr-4" class="mt-4 mr-4"
/> />
</v-flex> </v-flex>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment