File tree 1 file changed +4
-0
lines changed
site/src/pages/DeploySettingsPage/OAuth2AppsSettingsPage 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -17,20 +17,23 @@ type Story = StoryObj<typeof EditOAuth2AppPageView>;
17
17
export const LoadingApp : Story = {
18
18
args : {
19
19
isLoadingApp : true ,
20
+ mutatingResource : { } ,
20
21
} ,
21
22
} ;
22
23
23
24
export const LoadingSecrets : Story = {
24
25
args : {
25
26
app : MockOAuth2ProviderApps [ 0 ] ,
26
27
isLoadingSecrets : true ,
28
+ mutatingResource : { } ,
27
29
} ,
28
30
} ;
29
31
30
32
export const Error : Story = {
31
33
args : {
32
34
app : MockOAuth2ProviderApps [ 0 ] ,
33
35
secrets : MockOAuth2ProviderAppSecrets ,
36
+ mutatingResource : { } ,
34
37
error : mockApiError ( {
35
38
message : "Validation failed" ,
36
39
validations : [
@@ -55,5 +58,6 @@ export const Default: Story = {
55
58
args : {
56
59
app : MockOAuth2ProviderApps [ 0 ] ,
57
60
secrets : MockOAuth2ProviderAppSecrets ,
61
+ mutatingResource : { } ,
58
62
} ,
59
63
} ;
You can’t perform that action at this time.
0 commit comments