Skip to content

Commit 695536d

Browse files
committed
fix: ts-ignore background color type error
1 parent e9e9c77 commit 695536d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web/src/modules/song-upload/components/client/context/UploadSong.context.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,7 @@ export const UploadSongProvider = ({
201201

202202
formMethods.setValue(
203203
'thumbnailData.backgroundColor',
204+
// @ts-ignore
204205
bgColors[colorKeys[randomColor]].dark,
205206
);
206207

0 commit comments

Comments
 (0)