Loading analyst/package.json +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", Loading codegen/package.json +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", Loading eslint-config/package.json +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, Loading frontend/package.json +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", Loading frontend/src/email/EmailFormOverlay/index.tsx +0 −4 Original line number Original line Diff line number Diff line Loading @@ -165,10 +165,6 @@ const EmailFormOverlay: FC< } } }, [handleOpenDraft]) }, [handleOpenDraft]) useEffect(() => { handleClose() }, [handleClose, teamId]) return ( return ( <Overlay2 <Overlay2 isOpen={!!id} isOpen={!!id} Loading Loading
analyst/package.json +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", Loading
codegen/package.json +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", Loading
eslint-config/package.json +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, Loading
frontend/package.json +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", Loading
frontend/src/email/EmailFormOverlay/index.tsx +0 −4 Original line number Original line Diff line number Diff line Loading @@ -165,10 +165,6 @@ const EmailFormOverlay: FC< } } }, [handleOpenDraft]) }, [handleOpenDraft]) useEffect(() => { handleClose() }, [handleClose, teamId]) return ( return ( <Overlay2 <Overlay2 isOpen={!!id} isOpen={!!id} Loading