mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-05-08 09:59:53 +00:00
confirm handler for restart btn
This commit is contained in:
parent
2c8eeda6b4
commit
211e9ac3bf
1 changed files with 1 additions and 1 deletions
|
|
@ -94,7 +94,7 @@
|
|||
|
||||
<div class="dropdown-separator"></div>
|
||||
|
||||
<button class="dropdown-item" @click="$store.chats.restart(); dropdownOpen = false">
|
||||
<button class="dropdown-item" @click="$confirmClick($event, () => { $store.chats.restart(); dropdownOpen = false })">
|
||||
<span class="material-symbols-outlined">restart_alt</span>
|
||||
<span>Restart A0</span>
|
||||
</button>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue