правка багов с отображением ошибки и указания папки

This commit is contained in:
Kayashov.SM
2025-09-29 23:38:58 +04:00
parent d21242d24c
commit 191ae2689b
3 changed files with 13 additions and 12 deletions

View File

@@ -59,7 +59,7 @@ export function Recommendation() {
))}
</Row>
<RecommendationModal show={modalView} handleClose={handleCloseModal} item={item}
handleSave={handleDownload}/>
handleSave={handleDownload} serial={false}/>
</Container>
);
}