Clean up unused "search" ref in the Channel and Search components (#5089)

This commit is contained in:
absidue 2024-05-09 00:41:45 +02:00 committed by GitHub
parent 71a07dc684
commit a20061dc6d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 6 deletions

View File

@ -1,7 +1,5 @@
<template>
<div
ref="search"
>
<div>
<ft-loader
v-if="isLoading && !errorMessage"
:fullscreen="true"

View File

@ -1,7 +1,5 @@
<template>
<div
ref="search"
>
<div>
<ft-loader
v-if="isLoading"
:fullscreen="true"