LOA-Upgrades #64

Merged
Ajdj100 merged 15 commits from LOA-Upgrades into main 2025-12-11 19:50:15 -06:00
Showing only changes of commit 2821bc62c4 - Show all commits

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>