Skip to content

Commit 1105ffe

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ export class CreateSnippetFormComponent
197197
comment: ['', textSizeValidator(10000, 300)],
198198
commentAfter: [
199199
this.getComment(this.comment, this.project, this.workspace, this.file),
200-
textSizeValidator(1000, 300),
200+
textSizeValidator(10000, 300),
201201
],
202202
});
203203
}

0 commit comments

Comments
 (0)