Skip to content

Commit

Permalink
actually pass changedReasons
Browse files Browse the repository at this point in the history
  • Loading branch information
salazarm committed Mar 5, 2024
1 parent 727a757 commit e6ae0a5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ export const buildLiveDataForNode = (

return {
lastMaterialization,
changedReasons: [],
changedReasons: assetNode.changedReasons,
lastMaterializationRunStatus:
latestRunForAsset && lastMaterialization?.runId === latestRunForAsset?.id
? latestRunForAsset.status
Expand Down

0 comments on commit e6ae0a5

Please sign in to comment.