The href is needed to avoid warnings

This commit is contained in:
Niek van der Maas 2023-03-24 15:14:39 +01:00
parent f6f17bfd0d
commit ab90e64415
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@
</li> </li>
<li> <li>
<a class="panel-block" <a class="panel-block"
href="{'#/'}"
class:is-disabled={!$apiKeyStorage} class:is-disabled={!$apiKeyStorage}
on:click={() => { on:click={() => {
const confirmDelete = window.confirm('Are you sure you want to delete all your chats?') const confirmDelete = window.confirm('Are you sure you want to delete all your chats?')