Skip to content

Commit

Permalink
Set the correct link visibility when adding a link through the dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
Kovah committed Jul 17, 2024
1 parent a8e8a3c commit edb71c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/dashboard.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<form action="{{ route('links.store') }}" method="POST">
@csrf

<input type="hidden" name="is_private" value="{{ usersettings('links_private_default') ?: 0 }}">
<input type="hidden" name="visibility" value="{{ usersettings('links_default_visibility') }}">
<input type="hidden" name="title" value="">
<input type="hidden" name="description" value="">
<input type="hidden" name="lists" value="">
Expand Down

0 comments on commit edb71c8

Please sign in to comment.