Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffgreco13 authored and github-actions[bot] committed Aug 3, 2022
1 parent f9d83ce commit 2755bce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Pages/MyProfile.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ protected function getUpdateProfileFormSchema(): array
return [
Forms\Components\TextInput::make("name")
->label(__('filament-breezy::default.fields.name')),
Forms\Components\TextInput::make($this->loginColumn)->unique(config('filament-breezy.user_model'),ignorable: $this->user)
Forms\Components\TextInput::make($this->loginColumn)->unique(config('filament-breezy.user_model'), ignorable: $this->user)
->label(__('filament-breezy::default.fields.email')),
];
}
Expand Down

0 comments on commit 2755bce

Please sign in to comment.