mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-09-08 08:31:37 +00:00
Added taskURL to task fetch api fields (#865)
This commit is contained in:
parent
1ae2e528a9
commit
1e2991c3f7
@ -172,7 +172,7 @@ const MyPipelinePage = () => {
|
||||
let promiseArr: Array<AxiosPromise> = [];
|
||||
if (tasks?.length) {
|
||||
promiseArr = tasks.map((task) =>
|
||||
getTaskById(task.id, ['service', 'tags'])
|
||||
getTaskById(task.id, ['service', 'tags', 'taskURL'])
|
||||
);
|
||||
await Promise.allSettled(promiseArr).then(
|
||||
(res: PromiseSettledResult<AxiosResponse>[]) => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user