Replaced id: for id: run.id
This commit is contained in:
@@ -43,7 +43,7 @@ export function useWorkflowRuns({ projectId }: { projectId: string }) {
|
||||
// Transformation here
|
||||
return workflowRunsData.builds.map(run => ({
|
||||
message: run.substitutions.REPO_NAME,
|
||||
id: `${run.id}`,
|
||||
id: run.id,
|
||||
onReRunClick: async () => {
|
||||
try {
|
||||
await api.reRunWorkflow({
|
||||
|
||||
Reference in New Issue
Block a user