Working ImageSortGallery
This commit is contained in:
@ -16,14 +16,16 @@ export async function updateImage(
|
||||
const {
|
||||
fileKey,
|
||||
originalFile,
|
||||
name,
|
||||
nsfw,
|
||||
published,
|
||||
setAsHeader,
|
||||
altText,
|
||||
description,
|
||||
fileType,
|
||||
name,
|
||||
fileSize,
|
||||
month,
|
||||
year,
|
||||
creationDate,
|
||||
typeId,
|
||||
tagIds,
|
||||
@ -43,14 +45,16 @@ export async function updateImage(
|
||||
data: {
|
||||
fileKey,
|
||||
originalFile,
|
||||
name,
|
||||
nsfw,
|
||||
published,
|
||||
setAsHeader,
|
||||
altText,
|
||||
description,
|
||||
fileType,
|
||||
name,
|
||||
fileSize,
|
||||
month,
|
||||
year,
|
||||
creationDate,
|
||||
typeId
|
||||
}
|
||||
|
Reference in New Issue
Block a user