mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
fix: review comment
This commit is contained in:
@@ -175,9 +175,7 @@
|
||||
class="overlay-button"
|
||||
aria-label="Close sidebar"
|
||||
class:overlay={$isSidebarOpen}
|
||||
on:click={() => {
|
||||
$isSidebarOpen = false;
|
||||
}}></button>
|
||||
on:click={() => ($isSidebarOpen = false)}></button>
|
||||
{/if}
|
||||
</main>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user