Skip to content

Commit

Permalink
Merge branch 'starship_dag_migration_operator' of github.com:astronom…
Browse files Browse the repository at this point in the history
…er/starship into starship_dag_migration_operator
  • Loading branch information
fritz-astronomer committed May 31, 2024
2 parents 4e40ca5 + 152c937 commit 559da6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion astronomer_starship/src/pages/DAGHistoryPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ DAGHistoryMigrateButton.defaultProps = {
isDisabled: false,
};

function setDagData(localData, remoteData, key = 'dag_id') {
export function setDagData(localData, remoteData, key = 'dag_id') {
const output = {};
localData.forEach((i) => {
const keyValue = i[key];
Expand Down

0 comments on commit 559da6d

Please sign in to comment.