Skip to content

Commit faa5582

Browse files
committed
trying to get it working
1 parent 5737b61 commit faa5582

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

packages/compass-components/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ export { mergeProps } from './utils/merge-props';
167167
export { focusRing, useFocusRing } from './hooks/use-focus-ring';
168168
export { useDefaultAction } from './hooks/use-default-action';
169169
export { useSortControls, useSortedItems } from './hooks/use-sort';
170-
export { useFormattedDate } from './hooks/use-formatted-date';
170+
export * from './hooks/use-formatted-date';
171171
export { fontFamilies } from '@leafygreen-ui/tokens';
172172
export { default as BSONValue } from './components/bson-value';
173173
export * as DocumentList from './components/document-list';

packages/compass-data-modeling/src/components/saved-diagrams-list.spec.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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: [

0 commit comments

Comments
 (0)