Skip to content

Commit

Permalink
feat: add jsonld file type
Browse files Browse the repository at this point in the history
fixes #40
  • Loading branch information
gjgd committed Oct 5, 2020
1 parent 577117e commit 6cc96da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app/src/components/FilesTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ const EnhancedTable: React.FunctionComponent<{
return count;
};

const fileTypes = ['*.js', '*.ts', '*.json', '*.html'];
const fileTypes = ['*.js', '*.ts', '*.json', '*.jsonld', '*.html'];

const [state, setState] = React.useState<any>({
'*.html': true,
Expand Down

0 comments on commit 6cc96da

Please sign in to comment.