fix: new content typeId
This commit is contained in:
parent
be1c799629
commit
1a0d53bb11
|
|
@ -83,7 +83,7 @@ const NewContent = (props: { group: string; type: string }) => {
|
|||
? "1"
|
||||
: selectedTab == "video"
|
||||
? "2"
|
||||
: selectedTab == "text"
|
||||
: selectedTab == "document"
|
||||
? "3"
|
||||
: selectedTab == "audio"
|
||||
? "4"
|
||||
|
|
|
|||
Loading…
Reference in New Issue