Skip to content
Snippets Groups Projects
Commit 6fcddca1 authored by Hangzhi Yu's avatar Hangzhi Yu
Browse files

Reformat

parent 7086d940
No related branches found
No related tags found
1 merge request!74Resolve "School structure planning can't properly handle first/second level groups not being set & doesn't update the apollo cache properly"
Pipeline #194640 passed
......@@ -7,7 +7,11 @@ import SecondaryActionButton from "aleksis.core/components/generic/buttons/Secon
<template>
<v-card
v-if="!$apollo.queries.schoolStructure.loading && schoolStructure?.firstLevelType?.name && schoolStructure?.secondLevelType?.name"
v-if="
!$apollo.queries.schoolStructure.loading &&
schoolStructure?.firstLevelType?.name &&
schoolStructure?.secondLevelType?.name
"
:loading="$apollo.queries.schoolStructure.loading"
>
<!-- Create first level group form -->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment