diff --git a/client/src/components/DatasetInformation/DatasetDetails.vue b/client/src/components/DatasetInformation/DatasetDetails.vue index 4049686acf85..f9f2606669ed 100644 --- a/client/src/components/DatasetInformation/DatasetDetails.vue +++ b/client/src/components/DatasetInformation/DatasetDetails.vue @@ -25,7 +25,7 @@ :geographical-server-location-name="config.geographical_server_location_name" :power-usage-effectiveness="config.power_usage_effectiveness" :should-show-aws-estimate="config.aws_estimate" - :should-show-carbon-emissions-estimates="config.carbon_emissions_estimates" /> + :should-show-carbon-emission-estimates="config.carbon_emission_estimates" />
diff --git a/client/src/components/JobMetrics/JobMetrics.vue b/client/src/components/JobMetrics/JobMetrics.vue index 508de897f543..6707657e2d8b 100644 --- a/client/src/components/JobMetrics/JobMetrics.vue +++ b/client/src/components/JobMetrics/JobMetrics.vue @@ -45,7 +45,7 @@ const props = defineProps({ type: Boolean, default: false, }, - shouldShowCarbonEmissionsEstimates: { + shouldShowCarbonEmissionEstimates: { type: Boolean, default: true, }, @@ -202,9 +202,7 @@ const estimatedServerInstance = computed(() => { :memory-allocated-in-mebibyte="memoryAllocatedInMebibyte" />