Skip to content

Commit

Permalink
Bug fixes!
Browse files Browse the repository at this point in the history
  • Loading branch information
kevincharles committed Apr 7, 2023
1 parent 37c33c7 commit 7001361
Show file tree
Hide file tree
Showing 218 changed files with 200 additions and 200 deletions.
4 changes: 2 additions & 2 deletions dist/api/getPortfolio.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
WHERE cc.courseId = (SELECT courseId FROM course WHERE portfolioCourseForUserId = '$userId')
AND cc.isDeleted = 0
AND cc.isPublic = 0
ORDER BY addToPrivatePortfolioDate
ORDER BY addToPrivatePortfolioDate DESC
";
$result = $conn->query($sql);

Expand Down Expand Up @@ -102,7 +102,7 @@
WHERE cc.courseId = (SELECT courseId FROM course WHERE portfolioCourseForUserId = '$userId')
AND cc.isDeleted = 0
AND cc.isPublic = 1
ORDER BY addToPublicPortfolioDate
ORDER BY addToPublicPortfolioDate DESC
";
$result = $conn->query($sql);

Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import{j as o,F as h,a as u,s as d}from"./index-51be1395.js";const c=d.button`
import{j as o,F as h,a as u,s as d}from"./index-87746167.js";const c=d.button`
margin: ${e=>e.theme.margin};
height: 24px;
width: ${e=>e.width};
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import{s as r,av as l,j as a,F as f,a as m,aw as p}from"./index-51be1395.js";const h=r.div`
import{s as r,av as l,j as a,F as f,a as m,aw as p}from"./index-87746167.js";const h=r.div`
/* margin-left: 3px; */
display: ${e=>e.vertical?"static":"flex"};
overflow: auto;
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion dist/assets/AssignmentBreadCrumb-a20d4a85.js

This file was deleted.

1 change: 1 addition & 0 deletions dist/assets/AssignmentBreadCrumb-bb3d3bc9.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion dist/assets/AssignmentSettingsMenu-8a2d5565.js

This file was deleted.

1 change: 1 addition & 0 deletions dist/assets/AssignmentSettingsMenu-9d1322ff.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 7001361

Please sign in to comment.