mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-03 02:05:47 +02:00
fix type
This commit is contained in:
@@ -38,7 +38,7 @@ export const Default = {
|
|||||||
};
|
};
|
||||||
},
|
},
|
||||||
args: {
|
args: {
|
||||||
imageFile: file(),
|
imageFile: new File([], 'image.webp', { type: 'image/webp' }),
|
||||||
aspectRatio: NaN,
|
aspectRatio: NaN,
|
||||||
},
|
},
|
||||||
parameters: {
|
parameters: {
|
||||||
|
|||||||
Reference in New Issue
Block a user