diff options
| author | Dhravya <[email protected]> | 2024-04-12 17:46:42 -0700 |
|---|---|---|
| committer | Dhravya <[email protected]> | 2024-04-12 17:46:42 -0700 |
| commit | 93e4fd75d38eb8783e908aeffc9d1f256c41a581 (patch) | |
| tree | 5f99998c42292640e153e6e715f06cc136779702 /apps/extension/src | |
| parent | merge (diff) | |
| download | supermemory-93e4fd75d38eb8783e908aeffc9d1f256c41a581.tar.xz supermemory-93e4fd75d38eb8783e908aeffc9d1f256c41a581.zip | |
proper caching and KV
Diffstat (limited to 'apps/extension/src')
| -rw-r--r-- | apps/extension/src/SideBar.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/extension/src/SideBar.tsx b/apps/extension/src/SideBar.tsx index 07461a2a..890619ca 100644 --- a/apps/extension/src/SideBar.tsx +++ b/apps/extension/src/SideBar.tsx @@ -215,7 +215,6 @@ function SideBar() { <DialogTrigger asChild> <button onClick={() => { - return; sendUrlToAPI(); setIsSendingData(true); setTimeout(() => { |