mirror of
https://github.com/morgan9e/chatgpt-web
synced 2026-04-13 16:04:05 +09:00
The href is needed to avoid warnings
This commit is contained in:
@@ -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?')
|
||||||
|
|||||||
Reference in New Issue
Block a user