HOTFIX remove full-height class #631

Merged
jsegarra merged 3 commits from hotfix_workerTimeControl_style into master 2024-08-20 09:42:38 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 472d477b15 - Show all commits

View File

@ -123,7 +123,7 @@ async function search() {
<QForm @submit="search" id="searchbarForm">
<VnInput
id="searchbar"
v-model="searchText"
v-model.trim="searchText"
:placeholder="t(props.label)"
dense
standout