Skip to content

Commit ebbed31

Browse files
Saby-Bishopsdogi
andauthored
community: smoother services description removing (fixes #9095) (#9136)
Co-authored-by: dogi <[email protected]>
1 parent cc43bbf commit ebbed31

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.35",
4+
"version": "0.20.36",
55
"myplanet": {
6-
"latest": "v0.33.33",
7-
"min": "v0.32.33"
6+
"latest": "v0.33.36",
7+
"min": "v0.32.36"
88
},
99
"scripts": {
1010
"ng": "ng",

src/app/community/community.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
<button class="toggle-button" (click)="openDescriptionDialog()" mat-stroked-button i18n>
7171
{ servicesDescriptionLabel, select, Edit {Edit} Add {Add}} { configuration.planetType, select, community {Community} nation {Nation} center {Earth}} Description
7272
</button>
73-
<button (click)="confirmDeleteDescription()" mat-stroked-button>
73+
<button (click)="confirmDeleteDescription()" mat-stroked-button [disabled]="!(team?.description?.trim()?.length)">
7474
<span i18n>Remove Description</span>
7575
</button>
7676
</div>

0 commit comments

Comments
 (0)