Skip to content

Commit eaab934

Browse files
committed
fix: accessibility fix in activity history component
1 parent fac0627 commit eaab934

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/components/assessment/ActivityHistoryModal.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ const handleOpenChange = (val: boolean) => {
116116

117117
<template>
118118
<Dialog :open="open" @update:open="handleOpenChange">
119-
<DialogContent class="sm:max-w-[95vw] md:max-w-[1200px] w-[95vw] h-[90vh] flex flex-col p-0 gap-0">
119+
<DialogContent aria-describedby="undefined" class="sm:max-w-[95vw] md:max-w-[1200px] w-[95vw] h-[90vh] flex flex-col p-0 gap-0">
120120
<DialogHeader class="p-4 sm:p-6 border-b shrink-0">
121121
<div class="flex flex-col sm:flex-row sm:items-center justify-between gap-4 pr-8">
122122
<DialogTitle class="flex items-center gap-2 text-xl sm:text-2xl">

0 commit comments

Comments
 (0)