Gitlab@Informatics

Skip to content
Snippets Groups Projects
Commit ea343a5b authored by Waranya Yoikhao's avatar Waranya Yoikhao
Browse files

Delete Max Min Date CalendarPicker pop up

parent 86eb4526
Branches
No related tags found
No related merge requests found
......@@ -71,8 +71,8 @@ const toggleDatePicker = () => {
<template>
<v-container>
<v-row justify="center">
<v-date-picker v-model="selectedDate" max="2025-12-31" min="2024-01-01" color="#96A9DB"
class="custom-date-picker" @update:modelValue="updateSelectedDate">
<v-date-picker v-model="selectedDate" color="#96A9DB" class="custom-date-picker"
@update:modelValue="updateSelectedDate">
</v-date-picker>
</v-row>
</v-container>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment