优化资源的分类提交

This commit is contained in:
none
2023-03-08 17:24:24 +08:00
parent 7de1af9b50
commit 87e4a6cc64
3 changed files with 5 additions and 5 deletions

View File

@@ -5,7 +5,7 @@ export const TestPage: React.FC = () => {
return (
<div>
<UploadVideoButton
categoryId={0}
categoryIds={[]}
onUpdate={() => {
console.log(123);
}}