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')
|
||||
->color('info')
|
||||
->icon('heroicon-o-key')
|
||||
->modalWidth(Width::Medium)
|
||||
->modalWidth(Width::Large)
|
||||
->schema([
|
||||
TextInput::make('password')
|
||||
->label('Kata Sandi Baru')
|
||||
|
||||
Loading…
Reference in New Issue
Block a user