fix: new content typeId

This commit is contained in:
Sabda Yagra 2025-12-31 13:19:16 +07:00
parent 0d3b5d8f84
commit 58f134c33c
1 changed files with 1 additions and 1 deletions

View File

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