Skip to content

feat: integrate backend with idp sync page #14755

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 13 commits into from
Sep 24, 2024
Prev Previous commit
Next Next commit
chore: add story for missing groups
  • Loading branch information
jaaydenh committed Sep 22, 2024
commit 080b0329a0390511dc4e2ea96c3d4c71a70cee2c
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,11 @@ export const Default: Story = {
groups: [MockGroup, MockGroup2],
},
};

export const MissingGroups: Story = {
args: {
groupSyncSettings: MockGroupSyncSettings,
roleSyncSettings: MockRoleSyncSettings,
groups: [],
},
};