@@ -30,7 +30,7 @@ async function fetchApplicationList() {
loading.value = true;
const result = await getMyApplicationListApi({
currentPage: 1,
- pageSize: 10,
+ pageSize: 7,
orderByProperty: 'name',
Ascending: true,
totalPage: 1,