Skip to content

Commit

Permalink
Merge pull request #2203 from airqo-platform/staging
Browse files Browse the repository at this point in the history
move to production
  • Loading branch information
Baalmart authored Oct 28, 2024
2 parents 881d2d7 + b8ab5e8 commit aa8c3cc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion k8s/platform/values-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ replicaCount: 1
image:
repository: eu.gcr.io/airqo-250220/airqo-next-platform
pullPolicy: Always
tag: prod-36c4bcc3-1729969910
tag: prod-881d2d7a-1730063357
imagePullSecrets: []
nameOverride: ''
fullnameOverride: ''
Expand Down
2 changes: 1 addition & 1 deletion k8s/platform/values-stage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ replicaCount: 1
image:
repository: eu.gcr.io/airqo-250220/airqo-stage-next-platform
pullPolicy: Always
tag: stage-12e44a61-1729969841
tag: stage-be900601-1730063274
imagePullSecrets: []
nameOverride: ''
fullnameOverride: ''
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import Footer from '../components/Footer';
import LocationCard from '../components/LocationCard';
import { replaceUserPreferences } from '@/lib/store/services/account/UserDefaultsSlice';
import { setRefreshChart } from '@/lib/store/services/charts/ChartSlice';
import useUserPreferences from '@/core/hooks/useUserPreferences';
import { getIndividualUserPreferences } from '@/lib/store/services/account/UserDefaultsSlice';

/**
* Header component for the Add Location modal.
Expand Down Expand Up @@ -135,7 +135,7 @@ const AddLocations = ({ onClose }) => {
.then(() => {
onClose();
if (userID) {
useUserPreferences();
dispatch(getIndividualUserPreferences(userID));
}
dispatch(setRefreshChart(true));
})
Expand Down

0 comments on commit aa8c3cc

Please sign in to comment.