We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7855420 commit af0f9b8Copy full SHA for af0f9b8
1 file changed
src/dashboard-client/src/components/build/BuildTable.vue
@@ -101,7 +101,7 @@
101
</md-table-row>
102
</md-table-body>
103
</md-table>
104
- <md-table-pagination v-if="!this.search.search">
+ <md-table-pagination v-if="!this.search.search"
105
:md-size="size"
106
:md-total="total"
107
:md-page="page"
@@ -149,7 +149,7 @@ export default {
149
computed: {
150
builds () {
151
if (this.project.builds.length === 0) {
152
- return
+ return []
153
}
154
const maxBuildNumber = this.project.builds[0].number
155
this.total = maxBuildNumber
0 commit comments