forked from verdnatura/salix-front
fix: refs #8410 removed unused condition
This commit is contained in:
parent
860f92cb42
commit
374118133a
|
@ -194,7 +194,7 @@ const searchModule = () => {
|
|||
filled
|
||||
dense
|
||||
autofocus
|
||||
@keyup.enter.stop="search ? searchModule(search) : ''"
|
||||
@keyup.enter.stop="searchModule(search)"
|
||||
/>
|
||||
</QItem>
|
||||
<QSeparator />
|
||||
|
|
Loading…
Reference in New Issue