Skip to content

Commit

Permalink
trim searchValue
Browse files Browse the repository at this point in the history
  • Loading branch information
gene9831 committed Jan 10, 2025
1 parent 0777cf0 commit 3bb553e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ export default {
nextTick(() => {
const params = {
groupId: selectedGroup.value.groupId,
label_contains: state.searchValue,
label_contains: state.searchValue.trim(),
tag: filters?.tag,
publicType: filters?.publicType,
author: filters?.author
Expand Down

0 comments on commit 3bb553e

Please sign in to comment.