Skip to content

Commit

Permalink
feat: added complete session button
Browse files Browse the repository at this point in the history
  • Loading branch information
wajeht committed Jul 6, 2022
1 parent fea3f6f commit d51d42b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/apps/ui/components/dashboard/SessionDetails.vue
Original file line number Diff line number Diff line change
Expand Up @@ -429,6 +429,15 @@
</div>
</form>
</div>

<!-- complete current session button -->
<button
@click="$router.push('/dashboard/sessions')"
type="button"
class="btn btn-dark w-100"
>
Complete current session
</button>
</div>
</div>
</XyzTransition>
Expand Down

0 comments on commit d51d42b

Please sign in to comment.