Skip to content

Commit aad7934

Browse files
authored
fix: show toast detail text for mining rights notification (#2702)
* fix: allow PST and file mining to start without activeMiningSource * fix: add /u/[token] route for unsubscribe links * fix: add /c/ and /o/ routes for click/open tracking, fix /u/ sender param * fix: add /c/, /o/, /u/ pages for email tracking links * fix: show toast detail text for mining rights notification
1 parent 0afc827 commit aad7934

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

frontend/src/utils/extras.ts

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,8 @@ export function startMiningNotification() {
1111
$toast.add({
1212
severity: 'info',
1313
summary: t('mining.contacts_got_rights_title'),
14-
detail: {
15-
message: t('mining.contacts_got_rights_detail'),
16-
link: {
17-
text: t('mining.learn_more_about_rights'),
18-
url: 'https://leadminer.io/donnees-personnelles',
19-
},
20-
},
14+
detail: t('mining.contacts_got_rights_detail'),
2115
life: 8000,
22-
group: 'has-links',
2316
});
2417
}
2518

0 commit comments

Comments
 (0)