parent
dc099efb19
commit
dbe575d523
|
@ -24,14 +24,12 @@ import GenericToast from "../components/views/toasts/GenericToast";
|
||||||
import ToastStore from "../stores/ToastStore";
|
import ToastStore from "../stores/ToastStore";
|
||||||
|
|
||||||
const onAccept = () => {
|
const onAccept = () => {
|
||||||
console.log("DEBUG onAccept AnalyticsToast");
|
|
||||||
dis.dispatch({
|
dis.dispatch({
|
||||||
action: 'accept_cookies',
|
action: 'accept_cookies',
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
const onReject = () => {
|
const onReject = () => {
|
||||||
console.log("DEBUG onReject AnalyticsToast");
|
|
||||||
dis.dispatch({
|
dis.dispatch({
|
||||||
action: "reject_cookies",
|
action: "reject_cookies",
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue