Restored session setup check in Observation
This commit is contained in:
parent
5081d7757b
commit
f779d299f1
@ -1,7 +1,6 @@
|
||||
<template>
|
||||
<b-container fluid>
|
||||
<!-- <b-container type != null && whom != null && site != null && tutors != null" fluid style="padding-left: 130px;"> -->
|
||||
<b-container fluid style="padding-left: 130px;">
|
||||
<b-container v-if="type != null && whom != null && site != null && tutors != null" fluid style="padding-left: 130px;">
|
||||
<h3>
|
||||
<v-icon name="tag" scale="1.5"/>
|
||||
{{type}} / {{whom}}
|
||||
@ -243,7 +242,6 @@
|
||||
</b-modal>
|
||||
<p class="mt-3"><v-icon name="exclamation-circle" scale="1.5" color="gold"/> <i>Leaving this page before submitting will delete all entered data.</i></p>
|
||||
</b-container>
|
||||
<!--
|
||||
<b-container v-else>
|
||||
<b-row>
|
||||
<b-col>
|
||||
@ -256,7 +254,6 @@
|
||||
</b-col>
|
||||
</b-row>
|
||||
</b-container>
|
||||
-->
|
||||
</b-container>
|
||||
</template>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user