Skip to content

Commit

Permalink
Merge branch 'main' of github.com:Sid-80/BloxAI into feat/462
Browse files Browse the repository at this point in the history
  • Loading branch information
Sid-80 committed Jul 14, 2024
2 parents 0fafdbb + 00e8be4 commit b71f97e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/dashboard/_components/FileList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,8 @@ function FileList({
const pathname = usePathname();
const axiosInstance = createAxiosInstance(user.accessToken)

const axiosInstance = createAxiosInstance(user.accessToken)

const sortedFiles = [...safeFileList];
if (sortConfig !== null) {
sortedFiles.sort((a, b) => {
Expand Down

0 comments on commit b71f97e

Please sign in to comment.