continue scaffolding and refine the basic foundation
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
const { activeAgent: agent, updateAgent } = await useAgents();
|
||||
const route = useRoute()
|
||||
|
||||
if (agent.value === undefined) navigateTo('/');
|
||||
// if (agent.value === undefined) navigateTo('/');
|
||||
|
||||
const handleInput = (e: Event) => {
|
||||
const target = e.target as HTMLInputElement;
|
||||
|
||||
Reference in New Issue
Block a user