The href is needed to avoid warnings
This commit is contained in:
parent
f6f17bfd0d
commit
ab90e64415
|
@ -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?')
|
||||||
|
|
Loading…
Reference in New Issue