File tree Expand file tree Collapse file tree 4 files changed +3
-3
lines changed
releases/detail/commitsAndFiles Expand file tree Collapse file tree 4 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ export function PreprodBuildsTable({
8585 < Feature features = "organizations:preprod-build-distribution" >
8686 { build . app_info . is_installable && (
8787 < InstallAppButton
88- projectId = { projectSlug }
88+ projectId = { build . project_slug }
8989 artifactId = { build . id }
9090 platform = { build . app_info . platform ?? null }
9191 source = "builds_table"
Original file line number Diff line number Diff line change @@ -77,7 +77,6 @@ export default function BuildList() {
7777 error = { ! ! error }
7878 pageLinks = { pageLinks }
7979 organizationSlug = { organization . slug }
80- projectSlug = { projectId }
8180 />
8281 </ Flex >
8382 </ Layout . Main >
Original file line number Diff line number Diff line change @@ -147,7 +147,6 @@ export default function PreprodBuilds() {
147147 error = { ! ! buildsError }
148148 pageLinks = { pageLinks }
149149 organizationSlug = { organization . slug }
150- projectSlug = { projectSlug }
151150 onRowClick = { handleBuildRowClick }
152151 hasSearchQuery
153152 />
Original file line number Diff line number Diff line change @@ -61,6 +61,8 @@ function PreprodBuildDetailsFixture(
6161) : BuildDetailsApiResponse {
6262 return {
6363 id : 'artifact-1' ,
64+ project_id : 1 ,
65+ project_slug : 'test-project' ,
6466 state : BuildDetailsState . PROCESSED ,
6567 app_info : PreprodAppInfoFixture ( ) ,
6668 vcs_info : PreprodVcsInfoFixture ( ) ,
You can’t perform that action at this time.
0 commit comments