mirror of https://github.com/buster-so/buster.git
create link out
This commit is contained in:
parent
dac18b5861
commit
68920ab5f1
|
@ -97,6 +97,7 @@ export const useOpenInNewTabSelectMenu = ({ chatId = '' }: { chatId: string | un
|
||||||
link: {
|
link: {
|
||||||
to: '/app/chats/$chatId',
|
to: '/app/chats/$chatId',
|
||||||
params: { chatId: chatId },
|
params: { chatId: chatId },
|
||||||
|
target: '_blank',
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
}, []);
|
}, []);
|
||||||
|
|
Loading…
Reference in New Issue