mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
Add rules to input
This commit is contained in:
@@ -137,7 +137,7 @@ export class NewPublicationPage implements OnInit {
|
||||
]),
|
||||
Message: new FormControl(this.pub.Message, [
|
||||
// Validators.required
|
||||
Validators.maxLength(500)
|
||||
Validators.maxLength(1000)
|
||||
|
||||
])
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user