Commit c68167d6 authored by jerasmus's avatar jerasmus Committed by Thong Kuah

Fix `updated_at` mapping issue

Fixed the `updated_at` mapping issue on the frontend
parent b08b785c
......@@ -220,7 +220,7 @@ export default class ClusterStore {
rolloutStatus: {
instances: environment.rollout_status ? environment.rollout_status.instances : [],
},
updatedAt: environment.updatedAt,
updatedAt: environment.updated_at,
}));
}
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment