diff --git a/web/components/chat/ChatTextField/ContentEditable.tsx b/web/components/chat/ChatTextField/ContentEditable.tsx index 628d71e2a..b8fc06234 100644 --- a/web/components/chat/ChatTextField/ContentEditable.tsx +++ b/web/components/chat/ChatTextField/ContentEditable.tsx @@ -5,6 +5,7 @@ export interface ContentEditableProps extends React.HTMLAttributes onContentChange?: Function; tagName?: string; html: string; + placeholder: string; disabled: boolean; } diff --git a/web/package-lock.json b/web/package-lock.json index 62784edcc..be6e5507b 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -78,7 +78,7 @@ "@types/markdown-it": "13.0.7", "@types/node": "20.11.16", "@types/prop-types": "15.7.11", - "@types/react": "18.2.42", + "@types/react": "18.2.52", "@types/react-linkify": "1.0.4", "@types/sanitize-html": "^2.9.0", "@types/ua-parser-js": "0.7.39", @@ -9457,9 +9457,9 @@ "dev": true }, "node_modules/@types/react": { - "version": "18.2.42", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.42.tgz", - "integrity": "sha512-c1zEr96MjakLYus/wPnuWDo1/zErfdU9rNsIGmE+NV71nx88FG9Ttgo5dqorXTu/LImX2f63WBP986gJkMPNbA==", + "version": "18.2.52", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.52.tgz", + "integrity": "sha512-E/YjWh3tH+qsLKaUzgpZb5AY0ChVa+ZJzF7ogehVILrFpdQk6nC/WXOv0bfFEABbXbgNxLBGU7IIZByPKb6eBw==", "dependencies": { "@types/prop-types": "*", "@types/scheduler": "*", diff --git a/web/package.json b/web/package.json index cde75f71a..f77ee1103 100644 --- a/web/package.json +++ b/web/package.json @@ -84,7 +84,7 @@ "@types/markdown-it": "13.0.7", "@types/node": "20.11.16", "@types/prop-types": "15.7.11", - "@types/react": "18.2.42", + "@types/react": "18.2.52", "@types/react-linkify": "1.0.4", "@types/sanitize-html": "^2.9.0", "@types/ua-parser-js": "0.7.39",