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()
|
||||
->preload()
|
||||
->required()
|
||||
->autofocus(),
|
||||
->autofocus()
|
||||
->helperText('Jika judul berita dari monitoring media tidak ada di opsi, silakan lakukan pencarian.'),
|
||||
|
||||
Grid::make(2)
|
||||
->schema([
|
||||
|
||||
Loading…
Reference in New Issue
Block a user