refactor: Remove maxLength constraint from the URL input field in MediaMonitoringForm.
This commit is contained in:
parent
51a2aa196d
commit
c2a4964e1e
@ -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')
|
||||
|
||||
Loading…
Reference in New Issue
Block a user