Commit 0e287b62 authored by Marek Veselý's avatar Marek Veselý
Browse files

4.0.1 backport

parent 17cd29e9
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
{
{
  "name": "@inject/analyst",
  "name": "@inject/analyst",
  "version": "4.0.0",
  "version": "4.0.1",
  "description": "Analyst module for Inject Exercise Platform",
  "description": "Analyst module for Inject Exercise Platform",
  "main": "index.js",
  "main": "index.js",
  "license": "MIT",
  "license": "MIT",
+1 −1
Original line number Original line Diff line number Diff line
{
{
  "name": "@inject/codegen",
  "name": "@inject/codegen",
  "version": "4.0.0",
  "version": "4.0.1",
  "description": "GraphQL API Codegen Setup for the Inject Backend",
  "description": "GraphQL API Codegen Setup for the Inject Backend",
  "main": "index.js",
  "main": "index.js",
  "license": "MIT",
  "license": "MIT",
+1 −1
Original line number Original line Diff line number Diff line
{
{
  "name": "@inject/eslint-config",
  "name": "@inject/eslint-config",
  "version": "4.0.0",
  "version": "4.0.1",
  "packageManager": "yarn@4.5.2",
  "packageManager": "yarn@4.5.2",
  "type": "module",
  "type": "module",
  "private": true,
  "private": true,
+1 −1
Original line number Original line Diff line number Diff line
{
{
  "name": "@inject/frontend",
  "name": "@inject/frontend",
  "version": "4.0.0",
  "version": "4.0.1",
  "description": "Main wrapper for rendering INJECT Frontend",
  "description": "Main wrapper for rendering INJECT Frontend",
  "main": "index.js",
  "main": "index.js",
  "license": "MIT",
  "license": "MIT",
+0 −4
Original line number Original line Diff line number Diff line
@@ -165,10 +165,6 @@ const EmailFormOverlay: FC<
    }
    }
  }, [handleOpenDraft])
  }, [handleOpenDraft])


  useEffect(() => {
    handleClose()
  }, [handleClose, teamId])

  return (
  return (
    <Overlay2
    <Overlay2
      isOpen={!!id}
      isOpen={!!id}
Loading