Skip to content

Commit

Permalink
Persistable
Browse files Browse the repository at this point in the history
  • Loading branch information
nkonev committed Jan 14, 2024
1 parent 83bc594 commit 0865328
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/ChatParticipantsModal.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<v-row justify="center">
<v-dialog v-model="show" max-width="640" scrollable :persistent="hasSearchString()">
<v-dialog v-model="show" max-width="640" scrollable :persistent="true">
<v-card>
<v-card-title class="d-flex align-center ml-2">
<template v-if="showSearchButton">
Expand Down

0 comments on commit 0865328

Please sign in to comment.