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:
parent
c58b4feb4a
commit
1f9b9a3df0
4 changed files with 10 additions and 10 deletions
|
@ -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> = ({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue