|
@@ -6,7 +6,7 @@ import { useTranslation } from 'react-i18next';
|
|
|
|
|
|
|
|
type ArchiveFilesTableMenuProps = {
|
|
type ArchiveFilesTableMenuProps = {
|
|
|
fileName: string,
|
|
fileName: string,
|
|
|
- onZipFileStatRemove: (string) => void,
|
|
|
|
|
|
|
+ onZipFileStatRemove: (fileName: string) => void,
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
const ArchiveFilesTableMenu = (props: ArchiveFilesTableMenuProps):JSX.Element => {
|
|
const ArchiveFilesTableMenu = (props: ArchiveFilesTableMenuProps):JSX.Element => {
|