feat: Add helper text to the news title select field for improved user guidance.
This commit is contained in:
parent
99e326ad51
commit
3346e6bec3
@ -29,7 +29,8 @@ public static function configure(Schema $schema): Schema
|
|||||||
->searchable()
|
->searchable()
|
||||||
->preload()
|
->preload()
|
||||||
->required()
|
->required()
|
||||||
->autofocus(),
|
->autofocus()
|
||||||
|
->helperText('Jika judul berita dari monitoring media tidak ada di opsi, silakan lakukan pencarian.'),
|
||||||
|
|
||||||
Grid::make(2)
|
Grid::make(2)
|
||||||
->schema([
|
->schema([
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user