Skip to content

Commit b78aa81

Browse files
committed
Merge branch '10714-env-table' into 'master'
Removes EE differences for environments_table Closes gitlab-ee#10714 See merge request gitlab-org/gitlab-ce!26655
2 parents 3bdb761 + d633201 commit b78aa81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/assets/javascripts/environments/components/environments_table.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ export default {
9999
/>
100100

101101
<div
102-
v-if="shouldRenderDeployBoard"
102+
v-if="shouldRenderDeployBoard(model)"
103103
:key="`deploy-board-row-${i}`"
104104
class="js-deploy-board-row"
105105
>

0 commit comments

Comments
 (0)