mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-22 19:11:33 +03:00
update tags filter (#3226)
Signed-off-by: Ruslan Bayandinov <wazsone@ya.ru>
This commit is contained in:
parent
78034e6a00
commit
d179d5ffc7
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user