1
0
Fork 0
mirror of https://github.com/pawelmalak/flame.git synced 2025-07-24 21:39:36 +02:00

Added option to open links in the same tab for apps/bookamrs/search separately

This commit is contained in:
unknown 2021-06-25 11:24:29 +02:00
parent 0c3a27febd
commit c03f302fa6
7 changed files with 50 additions and 13 deletions

View file

@ -16,7 +16,7 @@ const AppCard = (props: ComponentProps): JSX.Element => {
return (
<a
href={redirectUrl}
target={searchConfig('openSameTab', false) ? '' : '_blank'}
target={searchConfig('appsSameTab', false) ? '' : '_blank'}
rel='noreferrer'
className={classes.AppCard}
>