Add date embedding to assigment submission date
This commit is contained in:
parent
b2a7c2e282
commit
a7d17f7b69
|
|
@ -1,4 +1,5 @@
|
|||
<script setup lang="ts">
|
||||
import DateEmbedding from "@/components/dueDates/DateEmbedding.vue";
|
||||
import ItButton from "@/components/ui/ItButton.vue";
|
||||
import ItCheckbox from "@/components/ui/ItCheckbox.vue";
|
||||
import ItSuccessAlert from "@/components/ui/ItSuccessAlert.vue";
|
||||
|
|
@ -119,7 +120,8 @@ const onSubmit = async () => {
|
|||
</a>
|
||||
</div>
|
||||
<p class="pt-6">
|
||||
{{ $t("assignment.dueDateSubmission", { date: dueDate.format("DD.MM.YYYY") }) }}
|
||||
{{ $t("assignment.dueDateSubmission") }}
|
||||
<DateEmbedding :single-date="dueDate"></DateEmbedding>
|
||||
</p>
|
||||
<ItButton
|
||||
class="mt-6"
|
||||
|
|
|
|||
Loading…
Reference in New Issue