Skip to content

Commit a7e4f23

Browse files
Revert "fix(mothership): fix url keeping markdown hash on resource switch (#3…"
This reverts commit fa51f94.
1 parent fa51f94 commit a7e4f23

File tree

1 file changed

+0
-1
lines changed
  • apps/sim/app/workspace/[workspaceId]/home

1 file changed

+0
-1
lines changed

apps/sim/app/workspace/[workspaceId]/home/home.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,6 @@ export function Home({ chatId }: HomeProps = {}) {
195195
} else {
196196
url.searchParams.delete('resource')
197197
}
198-
url.hash = ''
199198
window.history.replaceState(null, '', url.toString())
200199
}, [activeResourceId])
201200

0 commit comments

Comments
 (0)