mirror of
https://github.com/harness/drone.git
synced 2025-05-11 14:40:05 +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',
|
sort: 'date',
|
||||||
order: 'desc',
|
order: 'desc',
|
||||||
include_commit: true,
|
include_commit: true,
|
||||||
query: searchTerm,
|
query: searchTerm
|
||||||
debounce: 500
|
},
|
||||||
}
|
debounce: 500
|
||||||
})
|
})
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
|
Loading…
Reference in New Issue
Block a user