Skip to content

Commit

Permalink
default publish
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Nov 29, 2024
1 parent 5962795 commit 48bc417
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Filament/Resources/PostResource.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public static function form(Form $form): Form
Forms\Components\TextInput::make('external_url'),
Forms\Components\Checkbox::make('published'),
Forms\Components\Checkbox::make('original_content'),
Forms\Components\Checkbox::make('send_automated_tweet'),
Forms\Components\Checkbox::make('send_automated_tweet')->default(true),
Forms\Components\Select::make('submitted_by_user_id')
->relationship('submittedByUser', 'name'),
Forms\Components\TextInput::make('author_twitter_handle'),
Expand Down

0 comments on commit 48bc417

Please sign in to comment.