fix: new content typeId

This commit is contained in:
Sabda Yagra 2025-12-31 13:20:22 +07:00
parent be1c799629
commit 1a0d53bb11
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ const NewContent = (props: { group: string; type: string }) => {
? "1"
: selectedTab == "video"
? "2"
: selectedTab == "text"
: selectedTab == "document"
? "3"
: selectedTab == "audio"
? "4"