Skip to content

Commit

Permalink
fixup! fix(a11y): migrate RoomSelector to NcDialog
Browse files Browse the repository at this point in the history
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
  • Loading branch information
Antreesy committed Aug 16, 2024
1 parent 808c0d0 commit 50ad996
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/components/RoomSelector.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
:container="container"
close-on-click-outside
@update:open="close">
<div class="selector">
<template #default>
<p v-if="dialogSubtitle" class="selector__subtitle">
{{ dialogSubtitle }}
</p>
Expand All @@ -32,7 +32,8 @@
<MessageOutline :size="64" />
</template>
</NcEmptyContent>
</div>
</template>

<template #actions>
<NcButton v-if="!loading && availableRooms.length > 0"
class="selector__action"
Expand Down

0 comments on commit 50ad996

Please sign in to comment.