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