diff --git a/astronomer_starship/__init__.py b/astronomer_starship/__init__.py index ea2396a..c8ac9c0 100644 --- a/astronomer_starship/__init__.py +++ b/astronomer_starship/__init__.py @@ -1,4 +1,4 @@ -__version__ = "2.0.4" +__version__ = "2.0.5" def get_provider_info(): diff --git a/astronomer_starship/src/pages/EnvVarsPage.jsx b/astronomer_starship/src/pages/EnvVarsPage.jsx index c10788e..2c17dad 100644 --- a/astronomer_starship/src/pages/EnvVarsPage.jsx +++ b/astronomer_starship/src/pages/EnvVarsPage.jsx @@ -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, @@ -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} />