Add timelapse upload and display to image edit page
This commit is contained in:
@ -16,7 +16,8 @@ export async function getSingleArtwork(id: string) {
|
||||
colors: { include: { color: true } },
|
||||
// sortContexts: true,
|
||||
tags: true,
|
||||
variants: true
|
||||
variants: true,
|
||||
timelapse: true
|
||||
}
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user