mirror of
https://github.com/Kovah/LinkAce.git
synced 2025-01-17 13:18:21 +01:00
Set the correct link visibility when adding a link through the dashboard
This commit is contained in:
parent
a8e8a3ced5
commit
edb71c888d
@ -9,7 +9,7 @@
|
|||||||
<form action="{{ route('links.store') }}" method="POST">
|
<form action="{{ route('links.store') }}" method="POST">
|
||||||
@csrf
|
@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="title" value="">
|
||||||
<input type="hidden" name="description" value="">
|
<input type="hidden" name="description" value="">
|
||||||
<input type="hidden" name="lists" value="">
|
<input type="hidden" name="lists" value="">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user