0
0
Fork 0

fix: refs #8410 removed unused condition

This commit is contained in:
PAU ROVIRA ROSALENY 2025-01-30 14:00:16 +01:00
parent 860f92cb42
commit 374118133a
1 changed files with 1 additions and 1 deletions

View File

@ -194,7 +194,7 @@ const searchModule = () => {
filled
dense
autofocus
@keyup.enter.stop="search ? searchModule(search) : ''"
@keyup.enter.stop="searchModule(search)"
/>
</QItem>
<QSeparator />