Skip to content

Commit fb635d3

Browse files
author
Andrea Barbasso
committed
[DSC-1828] fix cookie consent modal not showing via click on footer link
1 parent c21b4d1 commit fb635d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/shared/cookies/browser-klaro.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ export class BrowserKlaroService extends KlaroService {
264264
* Show the cookie consent form
265265
*/
266266
showSettings() {
267-
this.lazyKlaro.then(({show}) => show(this.klaroConfig));
267+
void this.lazyKlaro.then(({show}) => show(this.klaroConfig, true));
268268
}
269269

270270
/**

0 commit comments

Comments
 (0)