Minor fix for show/hide admin
This commit is contained in:
@@ -503,7 +503,10 @@ async function handle_submit_form(event) {
|
||||
{$idaa_loc.archives.show__admin_options ? 'Hide' : 'Show'} Admin
|
||||
</button>
|
||||
|
||||
<section class="ae_section archive_content__admin_options border border-gray-200 rounded p-2 space-y-2"> <!-- BEGIN: section archive_content__admin_options -->
|
||||
<section
|
||||
class="ae_section archive_content__admin_options border border-gray-200 rounded p-2 space-y-2"
|
||||
class:hidden={!$idaa_loc.archives.show__admin_options}
|
||||
> <!-- BEGIN: section archive_content__admin_options -->
|
||||
|
||||
<h3 class="h3">
|
||||
Admin Options
|
||||
|
||||
Reference in New Issue
Block a user