Skip to content

Commit

Permalink
[data-aspects] Hide richDate by default
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoerge committed Sep 21, 2017
1 parent 7ab059a commit 73b6122
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@sanity/data-aspects/src/DataAspectsResolver.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import config from 'config:@sanity/data-aspects'
import {startCase} from 'lodash'
const bundledTypeNames = ['geopoint', 'imageAsset', 'fileAsset']
const bundledTypeNames = ['geopoint', 'richDate', 'imageAsset', 'fileAsset']


class DataAspectsResolver {
Expand Down

0 comments on commit 73b6122

Please sign in to comment.