mirror of
https://github.com/langbot-app/LangBot.git
synced 2025-11-25 19:37:36 +08:00
Optimize plugin display (#1578)
* Update package.json * Update PluginMarketComponent.tsx * Update PluginMarketComponent.tsx * Update PluginMarketComponent.tsx * Update package.json
This commit is contained in:
@@ -39,7 +39,7 @@ export default function PluginMarketComponent({
|
||||
const [sortByValue, setSortByValue] = useState<string>('pushed_at');
|
||||
const [sortOrderValue, setSortOrderValue] = useState<string>('DESC');
|
||||
const searchTimeout = useRef<NodeJS.Timeout | null>(null);
|
||||
const pageSize = 10;
|
||||
const pageSize = 12;
|
||||
|
||||
useEffect(() => {
|
||||
initData();
|
||||
|
||||
Reference in New Issue
Block a user