Skip to content

Commit

Permalink
pass state.isAstro to env var page
Browse files Browse the repository at this point in the history
  • Loading branch information
fritz-astronomer committed Jun 7, 2024
1 parent d216a76 commit 5b366a5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions astronomer_starship/src/pages/EnvVarsPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ EnvVarMigrateButton.propTypes = {
route: PropTypes.string.isRequired,
headers: PropTypes.objectOf(PropTypes.string),
existsInRemote: PropTypes.bool,
isAstro: PropTypes.bool.isRequired,
// eslint-disable-next-line react/forbid-prop-types
sendData: PropTypes.object.isRequired,
deploymentId: PropTypes.string,
Expand Down Expand Up @@ -189,6 +190,7 @@ export default function EnvVarsPage({ state, dispatch }) {
value: info.row.getValue('value'),
isSecret: false
}}
isAstro={state.isAstro}
deploymentId={state.deploymentId}
releaseName={state.releaseName}
/>
Expand Down

0 comments on commit 5b366a5

Please sign in to comment.