Skip to content

Commit 928c6b8

Browse files
[v2-10-test] always populate mapped tasks (#46778) (#46790)
(cherry picked from commit 5e8be07) Co-authored-by: sbock-slack <[email protected]>
1 parent bbded79 commit 928c6b8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

airflow/www/static/js/api/useMappedInstances.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ export default function useMappedInstances({
4848
}),
4949
{
5050
keepPreviousData: true,
51-
initialData: { taskInstances: [], totalEntries: 0 },
5251
refetchInterval: isRefreshOn && (autoRefreshInterval || 1) * 1000,
5352
// staleTime should be similar to the refresh interval
5453
staleTime: (autoRefreshInterval || 1) * 1000,

0 commit comments

Comments
 (0)