1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 12:56:41 +07:00

renamed some snake_case params

This commit is contained in:
Fedor Katurov 2022-07-14 12:10:45 +07:00
parent c58b4feb4a
commit 1f9b9a3df0
4 changed files with 10 additions and 10 deletions

View file

@ -29,7 +29,7 @@ const renderLocked = ({
locked: UploadStatus;
onDelete: (fileId: number) => void;
}) => (
<ImageUpload thumb={locked.thumbnail} onDrop={onDelete} progress={locked.progress} is_uploading />
<ImageUpload thumb={locked.thumbnail} onDrop={onDelete} progress={locked.progress} uploading />
);
const SortableImageGrid: FC<SortableImageGridProps> = ({