Skip to content

Commit

Permalink
Fixing mocks
Browse files Browse the repository at this point in the history
  • Loading branch information
jjoyce0510 committed Dec 7, 2022
1 parent 1490fe3 commit 66cfbe5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions datahub-web-react/src/Mocks.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ const user1 = {
},
],
},
settings: { appearance: { showSimplifiedHomepage: false } },
settings: { appearance: { showSimplifiedHomepage: false }, views: { defaultView: null } },
};

const user2 = {
Expand Down Expand Up @@ -116,7 +116,7 @@ const user2 = {
},
],
},
settings: { appearance: { showSimplifiedHomepage: false } },
settings: { appearance: { showSimplifiedHomepage: false }, views: { defaultView: null } },
};

const dataPlatform = {
Expand Down

0 comments on commit 66cfbe5

Please sign in to comment.