mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
fixed typos
This commit is contained in:
parent
c6e6233c34
commit
9ac329ca64
1 changed files with 3 additions and 3 deletions
|
@ -42,9 +42,9 @@ export const fakeUploader = ({
|
||||||
onProgress,
|
onProgress,
|
||||||
mustSucceed
|
mustSucceed
|
||||||
}: {
|
}: {
|
||||||
file: { url?: string; error?: string };
|
file: { url?: string; error?: string };
|
||||||
onProgress: (current: number, total: number) => void;
|
onProgress: (current: number, total: number) => void;
|
||||||
mustSucceed: boolean;
|
mustSucceed: boolean;
|
||||||
}): Promise<IResultWithStatus<IFile>> => {
|
}): Promise<IResultWithStatus<IFile>> => {
|
||||||
const { url, error } = file;
|
const { url, error } = file;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue