fix: apply ESLint rule vue/no-unused-refs

This commit is contained in:
iamsivin
2024-07-26 11:13:04 +05:30
parent af3c55937b
commit 8742ef67db
16 changed files with 21 additions and 21 deletions
@@ -118,7 +118,6 @@ export default {
>
<fluent-icon icon="search" class="search-icon" size="16" />
<input
ref="search"
v-model="query"
type="search"
:placeholder="$t('BULK_ACTION.SEARCH_INPUT_PLACEHOLDER')"
@@ -147,7 +147,6 @@ export default {
<div class="flex items-center justify-between">
<label class="flex items-center justify-between bulk-action__panel">
<input
ref="selectAllCheck"
type="checkbox"
class="checkbox"
:checked="allConversationsSelected"
@@ -54,7 +54,6 @@ export default {
>
<fluent-icon icon="search" class="search-icon" size="16" />
<input
ref="search"
v-model="query"
type="search"
:placeholder="$t('BULK_ACTION.SEARCH_INPUT_PLACEHOLDER')"
@@ -55,7 +55,6 @@ export default {
>
<fluent-icon icon="search" class="search-icon" size="16" />
<input
ref="search"
v-model="query"
type="search"
:placeholder="$t('BULK_ACTION.SEARCH_INPUT_PLACEHOLDER')"