aboutsummaryrefslogtreecommitdiff
path: root/apps/web/app/config
diff options
context:
space:
mode:
Diffstat (limited to 'apps/web/app/config')
-rw-r--r--apps/web/app/config/integrations.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/web/app/config/integrations.tsx b/apps/web/app/config/integrations.tsx
index 0b55c143..26d9476e 100644
--- a/apps/web/app/config/integrations.tsx
+++ b/apps/web/app/config/integrations.tsx
@@ -98,6 +98,7 @@ export const getIntegrations = (
console.log("Response:", response);
},
);
+ await window.postMessage({ action: "exportBookmarks" }, "*");
console.log("Message sent");
},