Skip to content

Commit

Permalink
Lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
scottybollinger committed Jun 24, 2021
1 parent f085304 commit cb218e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ describe('RoleMappingFlyout', () => {
const props = {
isNew: true,
disabled: false,
formLoading: false,
closeUsersAndRolesFlyout,
handleSaveMapping,
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ describe('UserFlyout', () => {
isNew: true,
isComplete: false,
disabled: false,
formLoading: false,
closeUserFlyout,
handleSaveUser,
};
Expand Down

0 comments on commit cb218e6

Please sign in to comment.