mirror of
https://github.com/harness/drone.git
synced 2025-05-10 22:21:22 +08:00
Fix: [code-1450] debounce in tag search filter (#1039)
This commit is contained in:
parent
40e5b84ba1
commit
143b0bf5ad
@ -67,9 +67,9 @@ export function RepositoryTagsContent({ repoMetadata }: Pick<GitInfoProps, 'repo
|
||||
sort: 'date',
|
||||
order: 'desc',
|
||||
include_commit: true,
|
||||
query: searchTerm,
|
||||
debounce: 500
|
||||
}
|
||||
query: searchTerm
|
||||
},
|
||||
debounce: 500
|
||||
})
|
||||
|
||||
useEffect(() => {
|
||||
|
Loading…
Reference in New Issue
Block a user