removed test datepicker

This commit is contained in:
2025-12-11 11:00:11 -05:00
parent dd472a5283
commit 2821bc62c4

View File

@@ -240,11 +240,5 @@ const layout = ref<LayoutTypes>('month-and-year')
</div> </div>
</form> </form>
</div> </div>
<div class="flex flex-col gap-4 w-min">
<Calendar v-model="date" :default-placeholder="defaultPlaceholder" class="rounded-md border shadow-sm"
layout="month-and-year" disable-days-outside-current-view />
</div>
</div> </div>
</template> </template>