adds back button
This commit is contained in:
@@ -259,7 +259,11 @@ const completeSession = async () => {
|
|||||||
</div>
|
</div>
|
||||||
</Transition>
|
</Transition>
|
||||||
|
|
||||||
<div class="flex justify-end">
|
<div class="flex justify-between items-center">
|
||||||
|
<AppButton variant="ghost" size="lg" :href="`/screening/${session.screening_id}/result`" data-cy="back-to-screening">
|
||||||
|
Back
|
||||||
|
</AppButton>
|
||||||
|
|
||||||
<AppButton size="lg" :loading="processing" @click="completeSession" data-cy="complete-session">
|
<AppButton size="lg" :loading="processing" @click="completeSession" data-cy="complete-session">
|
||||||
Complete
|
Complete
|
||||||
</AppButton>
|
</AppButton>
|
||||||
|
|||||||
Reference in New Issue
Block a user