| aria-label="rich object" | aria-label="rich object" | ||||
| defaultCollapseIcon={<ExpandMoreIcon />} | defaultCollapseIcon={<ExpandMoreIcon />} | ||||
| defaultExpandIcon={<ChevronRightIcon />} | defaultExpandIcon={<ChevronRightIcon />} | ||||
| sx={{ flexGrow: 1, overflowY: "auto" }} | |||||
| sx={{ | |||||
| flexGrow: 1, | |||||
| overflowY: "auto", | |||||
| zIndex: 100000, | |||||
| position: "relative", | |||||
| }} | |||||
| > | > | ||||
| {renderTree(category)} | {renderTree(category)} | ||||
| </TreeView> | </TreeView> |
| <img src={uploadIcon} /> | <img src={uploadIcon} /> | ||||
| <div className="uploadCV-input-sub-container"> | <div className="uploadCV-input-sub-container"> | ||||
| {pdfFile !== null ? ( | {pdfFile !== null ? ( | ||||
| <p>{pdfFile.name}</p> | |||||
| <p style={{ maxWidth: "80%" }}>{pdfFile.name}</p> | |||||
| ) : ( | ) : ( | ||||
| <> | <> | ||||
| <p> | <p> |