From 24150cfec8c02c3c9e787a15100eee1f6f4f06dc Mon Sep 17 00:00:00 2001 From: GregTCLTK Date: Wed, 17 Jan 2024 17:26:57 +0100 Subject: [PATCH] fix --- pages/_legacy/music/changeDrop.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/pages/_legacy/music/changeDrop.ts b/pages/_legacy/music/changeDrop.ts index f425ae5..9f9b7ce 100644 --- a/pages/_legacy/music/changeDrop.ts +++ b/pages/_legacy/music/changeDrop.ts @@ -29,7 +29,6 @@ export function ChangeDrop(drop: StateHandler<{ _id: string | undefined, title: compositionCopyright: userString, soundRecordingCopyright: userString, artwork: zod.string(), - loading: zod.literal(false, { errorMap: () => ({ message: "Artwork is still uploading" }) }).transform(() => undefined), songs: song.array().min(1, { message: "At least one song is required" }), }) );