update tags filter (#3226)

Signed-off-by: Ruslan Bayandinov <wazsone@ya.ru>
This commit is contained in:
Ruslan Bayandinov 2023-05-22 00:18:53 +07:00 committed by GitHub
parent 78034e6a00
commit d179d5ffc7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -136,9 +136,7 @@
focus={!$deviceOptionsStore.isMobile}
bind:value={search}
placeholder={presentation.string.Search}
on:change={() => {
getValues(search)
}}
on:input={() => getValues(search)}
/>
{#if schema !== '0'}
<div class="flex-between w-full mt-2">
@ -218,11 +216,6 @@
</div>
<style>
.flex {
display: flex;
align-items: center;
}
.hidden {
display: none;
}