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')
|
->placeholder('https://www.pwknews.com')
|
||||||
->autocomplete(false)
|
->autocomplete(false)
|
||||||
->nullable()
|
->nullable()
|
||||||
->maxLength(255)
|
|
||||||
->url(),
|
->url(),
|
||||||
|
|
||||||
RichEditor::make('quote')
|
RichEditor::make('quote')
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user