Skip to content

Commit

Permalink
Convert custom table column configuration from localStorage to user s…
Browse files Browse the repository at this point in the history
…ettings
  • Loading branch information
debsmita1 committed Dec 4, 2020
1 parent e7ca931 commit d899989
Show file tree
Hide file tree
Showing 12 changed files with 886 additions and 738 deletions.
Expand Up @@ -153,6 +153,8 @@ describe(ColumnManagementModal.displayName, () => {
),
type: columnManagementType,
}}
userSettingState={null}
setUserSettingState={jest.fn()}
/>
</Provider>,
);
Expand Down Expand Up @@ -195,6 +197,8 @@ describe(ColumnManagementModal.displayName, () => {
),
type: columnManagementType,
}}
userSettingState={null}
setUserSettingState={jest.fn()}
/>
</Provider>,
);
Expand Down

0 comments on commit d899989

Please sign in to comment.