Skip to content

Commit 5c51932

Browse files
committed
fix profile
1 parent ed4d5a0 commit 5c51932

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/frontend-docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ env:
2525
PLATFORMS: linux/amd64
2626

2727
jobs:
28-
############
28+
##############
2929
build-and-push:
3030
runs-on: ubuntu-latest
3131

src/app/features/profile/page/personal-profile/personal-profile.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ export class PersonalProfileComponent {
239239
});
240240
}
241241
fetchQuizSubmitted() {
242-
this.exerciseService.getMySubmissionsHistory().subscribe({
242+
this.exerciseService.getMySubmissionsHistory(1, 10).subscribe({
243243
next: (res) => {
244244
// Nối dữ liệu mới vào danh sách hiện tại
245245
this.submissions = res.result.data;

0 commit comments

Comments
 (0)