PropTypes and refactoring

This commit is contained in:
2021-05-04 21:59:52 -05:00
parent ace51f61d1
commit 3227f289f1
7 changed files with 260 additions and 231 deletions

View File

@@ -43,6 +43,7 @@ const InfoDetails = (props) => {
<textarea
autoFocus
rows={9}
onChange={() => {}}
value={msg}
className={'SkynetImportTextArea'}
onClick={(e) => scrollToTop(e.target)}