Skip to content

Commit c1cc826

Browse files
committed
feat - increase number of lines and characters in comments of snippet
1 parent 916f12d commit c1cc826

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/codever-ui/src/app/my-snippets/create-snippet-form/create-snippet-form.component.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,10 +194,10 @@ export class CreateSnippetFormComponent
194194
: '',
195195
textSizeValidator(10000, 1000),
196196
],
197-
comment: ['', textSizeValidator(1000, 30)],
197+
comment: ['', textSizeValidator(10000, 300)],
198198
commentAfter: [
199199
this.getComment(this.comment, this.project, this.workspace, this.file),
200-
textSizeValidator(1000, 30),
200+
textSizeValidator(1000, 300),
201201
],
202202
});
203203
}

0 commit comments

Comments
 (0)