File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
compass-data-modeling/src/components Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ export { mergeProps } from './utils/merge-props';
167167export { focusRing , useFocusRing } from './hooks/use-focus-ring' ;
168168export { useDefaultAction } from './hooks/use-default-action' ;
169169export { useSortControls , useSortedItems } from './hooks/use-sort' ;
170- export { useFormattedDate } from './hooks/use-formatted-date' ;
170+ export * from './hooks/use-formatted-date' ;
171171export { fontFamilies } from '@leafygreen-ui/tokens' ;
172172export { default as BSONValue } from './components/bson-value' ;
173173export * as DocumentList from './components/document-list' ;
Original file line number Diff line number Diff line change @@ -23,6 +23,8 @@ const storageItems: MongoDBDataModelDescription[] = [
2323 name : 'Two' ,
2424 edits : [
2525 {
26+ id : 'edit-id' ,
27+ timestamp : '2023-10-01T00:00:00.000Z' ,
2628 type : 'SetModel' ,
2729 model : {
2830 collections : [
You can’t perform that action at this time.
0 commit comments