Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Shipu/dinero into mydinero
Browse files Browse the repository at this point in the history
  • Loading branch information
Shipu committed Aug 13, 2023
2 parents 297c4fc + abab379 commit 4ccc5df
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/Filament/Resources/TransactionResource.php
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ public static function form(Form $form): Form
})
->searchable()
->preload()
->required()
->visible(function (Get $get, ?Model $record): bool {
if(!blank($record)) {
return !blank($record->category_id);
Expand Down

0 comments on commit 4ccc5df

Please sign in to comment.