refactor: Remove maxLength constraint from the URL input field in MediaMonitoringForm.

This commit is contained in:
Yoga Pangestu 2026-03-12 11:27:44 +07:00
parent 51a2aa196d
commit c2a4964e1e

View File

@ -57,7 +57,6 @@ public static function configure(Schema $schema): Schema
->placeholder('https://www.pwknews.com')
->autocomplete(false)
->nullable()
->maxLength(255)
->url(),
RichEditor::make('quote')