local web

This commit is contained in:
Dax Raad
2025-11-04 12:33:03 -05:00
parent 2af3f19397
commit bc6f4aed2b
5 changed files with 21 additions and 6 deletions

View File

@@ -358,6 +358,7 @@ function App() {
event.on(SessionApi.Event.Deleted.type, (evt) => {
if (route.data.type === "session" && route.data.sessionID === evt.properties.info.id) {
dialog.clear()
route.navigate({ type: "home" })
toast.show({
variant: "info",

View File

@@ -72,7 +72,7 @@ export function DialogSessionList() {
},
})
setToDelete(undefined)
dialog.clear()
// dialog.clear()
return
}
setToDelete(option.value)