fix: assignment submission ux improvements
This commit is contained in:
@@ -63,7 +63,10 @@
|
||||
}}
|
||||
</div>
|
||||
</div>
|
||||
<div v-if="assignments.hasNextPage" class="flex justify-center my-5">
|
||||
<div
|
||||
v-if="assignments.data && assignments.hasNextPage"
|
||||
class="flex justify-center my-5"
|
||||
>
|
||||
<Button @click="assignments.next()">
|
||||
{{ __('Load More') }}
|
||||
</Button>
|
||||
|
||||
Reference in New Issue
Block a user