Skip to content

Commit

Permalink
Remove script element from debugging (keystonejs#4584)
Browse files Browse the repository at this point in the history
* Update context.tsx

* Create clean-peas-agree.md
  • Loading branch information
emmatown authored Dec 17, 2020
1 parent 62353c5 commit 1236f5f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/clean-peas-agree.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@keystone-next/admin-ui": patch
---

Removed script element from debugging
1 change: 0 additions & 1 deletion packages-next/admin-ui/src/context.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ export const KeystoneProvider = (props: KeystoneProviderProps) => {

return (
<ApolloProvider client={apolloClient}>
<script src="http://localhost:8097" />
<InternalKeystoneProvider {...props} />
</ApolloProvider>
);
Expand Down

0 comments on commit 1236f5f

Please sign in to comment.