diff options
Diffstat (limited to 'apps/web/app/config')
| -rw-r--r-- | apps/web/app/config/integrations.tsx | 1 |
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"); }, |