Skip to content

Commit 28bdaea

Browse files
emmanuelbaaMutugiiidogi
authored
teams: smoother survey navigating (fixes #9130) (#9233)
Co-authored-by: mutugiii <[email protected]> Co-authored-by: dogi <[email protected]>
1 parent 0e2b2ac commit 28bdaea

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "planet",
33
"license": "AGPL-3.0",
4-
"version": "0.20.57",
4+
"version": "0.20.58",
55
"myplanet": {
6-
"latest": "v0.35.42",
7-
"min": "v0.34.42"
6+
"latest": "v0.35.64",
7+
"min": "v0.34.64"
88
},
99
"scripts": {
1010
"ng": "ng",

src/app/surveys/surveys.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
</div>
121121
</mat-cell>
122122
</ng-container>
123-
<mat-header-row *matHeaderRowDef="displayedColumns"></mat-header-row>
123+
<mat-header-row *matHeaderRowDef="displayedColumns" [class.hidden]="!surveys.data || surveys.data.length === 0"></mat-header-row>
124124
<mat-row *matRowDef="let row; columns: displayedColumns;"></mat-row>
125125
<tr class="mat-row" *matNoDataRow>
126126
<td>

0 commit comments

Comments
 (0)