We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fbb8df2 + abd14b8 commit d0e3535Copy full SHA for d0e3535
src/app/dashboard/_components/FileList.tsx
@@ -245,6 +245,7 @@ function FileList({
245
const [isSubmitted, setIsSubmitted] = useState(false);
246
const safeFileList = Array.isArray(fileList) ? fileList : [];
247
const pathname = usePathname();
248
+
249
const axiosInstance = createAxiosInstance(user.accessToken)
250
251
const sortedFiles = [...safeFileList];
0 commit comments