Skip to content

Commit

Permalink
community: smoother description (fixes #6460) (#7777)
Browse files Browse the repository at this point in the history
Co-authored-by: dogi <[email protected]>
  • Loading branch information
sahilvunnam and dogi authored Nov 15, 2024
1 parent d9c3f55 commit eaec458
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "planet",
"license": "AGPL-3.0",
"version": "0.15.45",
"version": "0.15.46",
"myplanet": {
"latest": "v0.20.97",
"min": "v0.19.97"
Expand Down
2 changes: 1 addition & 1 deletion src/app/community/community.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ export class CommunityComponent implements OnInit, OnDestroy {
};
this.dialogsFormService.openDialogsForm(
this.team.description ? $localize`Edit Description` : $localize`Add Description`,
[ { name: 'description', placeholder: $localize`Description`, type: 'markdown', required: true, imageGroup: 'community' } ],
[ { name: 'description', placeholder: $localize`Description`, type: 'markdown', required: false, imageGroup: 'community' } ],
{ description: this.team.description || '' },
{ autoFocus: true, onSubmit: submitDescription }
);
Expand Down

0 comments on commit eaec458

Please sign in to comment.