aboutsummaryrefslogtreecommitdiff
path: root/apps/web/app/config
diff options
context:
space:
mode:
authorDhravya Shah <[email protected]>2025-02-18 20:43:29 -0700
committerDhravya Shah <[email protected]>2025-02-18 20:43:29 -0700
commitf6c2e220a39974c3075b4d7308d2aaa23fc31b78 (patch)
tree859335dcdf7b823fe60a2d0d21bdd258731fd61c /apps/web/app/config
parentfirefox support (diff)
downloadsupermemory-firefox-support.tar.xz
supermemory-firefox-support.zip
unable to get the message throughfirefox-support
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");
},