fix: new content typeId
This commit is contained in:
parent
0d3b5d8f84
commit
58f134c33c
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue