mirror of
https://github.com/donavon04/DocuCenter.git
synced 2025-01-18 01:30:57 -07:00
One more small change to the backend URL
This commit is contained in:
parent
80b951e216
commit
70254cbf2a
@ -107,11 +107,11 @@
|
||||
{#if dropMenu}
|
||||
<div class="absolute right-0 mt-2 bg-white shadow-lg rounded-md z-50 text-nowrap">
|
||||
<button
|
||||
class="block w-full text-left px-8 py-2 hover:bg-gray-100 text-gray-700" on:click={() => { visibility = 'Public'; dropMenu = false;}}>
|
||||
class="block w-full text-left px-8 py-2 hover:bg-gray-100 text-gray-700" on:click={() => { visibility = 'public'; dropMenu = false;}}>
|
||||
Public
|
||||
</button>
|
||||
<button
|
||||
class="block w-full text-left px-8 py-2 hover:bg-gray-100 text-gray-700" on:click={() => { visibility = 'Private'; dropMenu = false;}}>
|
||||
class="block w-full text-left px-8 py-2 hover:bg-gray-100 text-gray-700" on:click={() => { visibility = 'private'; dropMenu = false;}}>
|
||||
Private
|
||||
</button>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user