File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
site/src/pages/DeploymentSettingsPage/IdpOrgSyncPage Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ const meta: Meta<typeof IdpOrgSyncPageView> = {
14
14
component : IdpOrgSyncPageView ,
15
15
args : {
16
16
organizationSyncSettings : MockOrganizationSyncSettings2 ,
17
- fieldValues : Object . keys ( MockOrganizationSyncSettings2 . mapping ) ,
17
+ claimFieldValues : Object . keys ( MockOrganizationSyncSettings2 . mapping ) ,
18
18
organizations : [ MockOrganization , MockOrganization2 ] ,
19
19
error : undefined ,
20
20
} ,
@@ -40,14 +40,14 @@ export const HasError: Story = {
40
40
export const MissingGroups : Story = {
41
41
args : {
42
42
organizationSyncSettings : MockOrganizationSyncSettings ,
43
- fieldValues : Object . keys ( MockOrganizationSyncSettings . mapping ) ,
43
+ claimFieldValues : Object . keys ( MockOrganizationSyncSettings . mapping ) ,
44
44
organizations : [ ] ,
45
45
} ,
46
46
} ;
47
47
48
48
export const MissingClaim : Story = {
49
49
args : {
50
- fieldValues : [ ] ,
50
+ claimFieldValues : [ ] ,
51
51
} ,
52
52
} ;
53
53
You can’t perform that action at this time.
0 commit comments