diff --git a/ui/src/redux/main.ts b/ui/src/redux/main.ts index a12af61c..381cac67 100644 --- a/ui/src/redux/main.ts +++ b/ui/src/redux/main.ts @@ -170,7 +170,7 @@ export const notifyDeploymentStatusEvent = createAsyncThunk< notify(`${repo.namespace}/${repo.name} #${deployment.number}`, { icon: '/logo192.png', body: `${deploymentStatus.status} - ${deploymentStatus.description}`, - tag: String(deployment.id), + tag: String(deploymentStatus.id), }); } );