chore: increase modal width to Large in ChangePasswordAction
This commit is contained in:
parent
389c49d6c2
commit
9745734ac9
@ -18,7 +18,7 @@ protected function setUp(): void
|
|||||||
$this->label('Ganti Kata Sandi')
|
$this->label('Ganti Kata Sandi')
|
||||||
->color('info')
|
->color('info')
|
||||||
->icon('heroicon-o-key')
|
->icon('heroicon-o-key')
|
||||||
->modalWidth(Width::Medium)
|
->modalWidth(Width::Large)
|
||||||
->schema([
|
->schema([
|
||||||
TextInput::make('password')
|
TextInput::make('password')
|
||||||
->label('Kata Sandi Baru')
|
->label('Kata Sandi Baru')
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user