Skip to content

Commit

Permalink
Merge pull request #10099 from nextcloud/backport/9870/stable27
Browse files Browse the repository at this point in the history
[stable27] fix(ParticipantsTab) replace v-model for SearchBox component
  • Loading branch information
Antreesy authored Aug 3, 2023
2 parents 55e4c1a + 40b44e7 commit f770a61
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<template>
<div>
<SearchBox v-if="canSearch"
v-model="searchText"
:value.sync="searchText"
:placeholder-text="searchBoxPlaceholder"
:is-searching="isSearching"
@input="handleInput"
Expand Down

0 comments on commit f770a61

Please sign in to comment.