|
|
@@ -84,7 +84,7 @@ const VideoSelectModal: React.FC<VideoSelectModalProps> = ({ visible, onClose, o
|
|
|
const [category, setCategory] = useState<string>();
|
|
|
// const [sort, setSort] = useState<VideoSortType>(VideoSortType.推荐指数);
|
|
|
const [sortType, setSortType] = useState<SortTypeEnum>(SortTypeEnum.推荐指数);
|
|
|
- const [recentNotUsed, setRecentNotUsed] = useState<RecentNotUsedType>(RecentNotUsedType.历史);
|
|
|
+ const [recentNotUsed, setRecentNotUsed] = useState<RecentNotUsedType>();
|
|
|
const [tags, setTags] = useState<string[]>([]);
|
|
|
const [searchTerm, setSearchTerm] = useState<string>('');
|
|
|
const [currentPage, setCurrentPage] = useState(1);
|