mirror of
https://github.com/harness/drone.git
synced 2025-05-11 22:50:11 +08:00
fix: [CODE-2992] author name not getting populated in filter by fetch (#3223)
* fix: [CODE-2992] handle empty case for author filter
This commit is contained in:
parent
142f58e80b
commit
863c0976b2
@ -93,8 +93,7 @@ export default function PullRequests() {
|
||||
queryParams: {
|
||||
accountIdentifier: routingId
|
||||
},
|
||||
lazy: true,
|
||||
debounce: 500
|
||||
lazy: true
|
||||
})
|
||||
|
||||
useEffect(() => {
|
||||
|
Loading…
Reference in New Issue
Block a user