We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fac0627 commit eaab934Copy full SHA for eaab934
1 file changed
frontend/src/components/assessment/ActivityHistoryModal.vue
@@ -116,7 +116,7 @@ const handleOpenChange = (val: boolean) => {
116
117
<template>
118
<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">
+ <DialogContent aria-describedby="undefined" class="sm:max-w-[95vw] md:max-w-[1200px] w-[95vw] h-[90vh] flex flex-col p-0 gap-0">
120
<DialogHeader class="p-4 sm:p-6 border-b shrink-0">
121
<div class="flex flex-col sm:flex-row sm:items-center justify-between gap-4 pr-8">
122
<DialogTitle class="flex items-center gap-2 text-xl sm:text-2xl">
0 commit comments