create link out

This commit is contained in:
Nate Kelley 2025-09-25 16:08:04 -06:00
parent dac18b5861
commit 68920ab5f1
No known key found for this signature in database
GPG Key ID: FD90372AB8D98B4F
1 changed files with 1 additions and 0 deletions

View File

@ -97,6 +97,7 @@ export const useOpenInNewTabSelectMenu = ({ chatId = '' }: { chatId: string | un
link: {
to: '/app/chats/$chatId',
params: { chatId: chatId },
target: '_blank',
},
});
}, []);