mirror of https://github.com/kortix-ai/suna.git
Merge pull request #1031 from escapade-mckv/fix-ux-issues
build errors fix
This commit is contained in:
commit
5b84eedfb1
|
@ -37,7 +37,7 @@ export const TabsNavigation = ({ activeTab, onTabChange, onCreateAgent }: TabsNa
|
|||
|
||||
const handleTabSelection = (value: string) => {
|
||||
if (value === 'create-agent') {
|
||||
onCreateAgent && onCreateAgent();
|
||||
onCreateAgent?.();
|
||||
} else {
|
||||
onTabChange(value);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue