Skip to content

Commit

Permalink
Merge branch 'main' into feat/462
Browse files Browse the repository at this point in the history
  • Loading branch information
Sid-80 authored Jul 13, 2024
2 parents fbb8df2 + abd14b8 commit d0e3535
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/dashboard/_components/FileList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@ function FileList({
const [isSubmitted, setIsSubmitted] = useState(false);
const safeFileList = Array.isArray(fileList) ? fileList : [];
const pathname = usePathname();

const axiosInstance = createAxiosInstance(user.accessToken)

const sortedFiles = [...safeFileList];
Expand Down

0 comments on commit d0e3535

Please sign in to comment.