Skip to content

Commit

Permalink
ENHANCEMENT Don't request unused width / height from graphql
Browse files Browse the repository at this point in the history
Issue #536
  • Loading branch information
Damian Mooyman committed Nov 20, 2017
1 parent b535911 commit 0a37ff3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion client/dist/js/bundle.js

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions client/src/lib/fileFragments.js
Expand Up @@ -22,12 +22,10 @@ const file = gql`
fragment FileFields on File {
draft
extension
height
published
size
smallThumbnail
thumbnail
width
inUseCount
}
`;
Expand Down

0 comments on commit 0a37ff3

Please sign in to comment.