Describe the bug
Folders do not show in file list component, only files
To Reproduce
Steps to reproduce the behavior:
Using following code>
import { FileList } from '@microsoft/mgt-react';
...
const fileExt = ["pdf", "docx"];
Expected behavior
Showing files with specific extensions and also folders
Describe the bug
Folders do not show in file list component, only files
To Reproduce
Steps to reproduce the behavior:
Using following code>
import { FileList } from '@microsoft/mgt-react';
...
const fileExt = ["pdf", "docx"];
Expected behavior
Showing files with specific extensions and also folders