File tree Expand file tree Collapse file tree 2 files changed +25
-26
lines changed
components/SessionTasks/tasks/TaskChooseOrganization Expand file tree Collapse file tree 2 files changed +25
-26
lines changed Original file line number Diff line number Diff line change @@ -34,8 +34,8 @@ const TaskChooseOrganizationInternal = () => {
34
34
35
35
return (
36
36
< Flow . Root flow = 'taskChooseOrganization' >
37
- < Card . Root >
38
- < Flow . Part part = { hasExistingResources ? 'chooseOrganization' : 'createOrganization' } >
37
+ < Flow . Part part = { hasExistingResources ? 'chooseOrganization' : 'createOrganization' } >
38
+ < Card . Root >
39
39
< Card . Content sx = { t => ( { padding : `${ t . space . $8 } ${ t . space . $none } ${ t . space . $none } ` , gap : t . space . $7 } ) } >
40
40
{ isLoading ? (
41
41
< Flex
@@ -57,31 +57,31 @@ const TaskChooseOrganizationInternal = () => {
57
57
< TaskChooseOrganizationFlows initialFlow = { hasExistingResources ? 'choose' : 'create' } />
58
58
) }
59
59
</ Card . Content >
60
- </ Flow . Part >
61
60
62
- < Card . Footer >
63
- < Card . Action
64
- elementId = 'signOut'
65
- gap = { 2 }
66
- justify = 'center'
67
- sx = { ( ) => ( { width : '100%' } ) }
68
- >
69
- { identifier && (
70
- < Card . ActionText
71
- truncate
72
- localizationKey = { localizationKeys ( 'taskChooseOrganization.signOut.actionText' , {
73
- identifier,
74
- } ) }
61
+ < Card . Footer >
62
+ < Card . Action
63
+ elementId = 'signOut'
64
+ gap = { 2 }
65
+ justify = 'center'
66
+ sx = { ( ) => ( { width : '100%' } ) }
67
+ >
68
+ { identifier && (
69
+ < Card . ActionText
70
+ truncate
71
+ localizationKey = { localizationKeys ( 'taskChooseOrganization.signOut.actionText' , {
72
+ identifier,
73
+ } ) }
74
+ />
75
+ ) }
76
+ < Card . ActionLink
77
+ sx = { ( ) => ( { flexShrink : 0 } ) }
78
+ onClick = { handleSignOut }
79
+ localizationKey = { localizationKeys ( 'taskChooseOrganization.signOut.actionLink' ) }
75
80
/>
76
- ) }
77
- < Card . ActionLink
78
- sx = { ( ) => ( { flexShrink : 0 } ) }
79
- onClick = { handleSignOut }
80
- localizationKey = { localizationKeys ( 'taskChooseOrganization.signOut.actionLink' ) }
81
- />
82
- </ Card . Action >
83
- </ Card . Footer >
84
- </ Card . Root >
81
+ </ Card . Action >
82
+ </ Card . Footer >
83
+ </ Card . Root >
84
+ </ Flow . Part >
85
85
</ Flow . Root >
86
86
) ;
87
87
} ;
Original file line number Diff line number Diff line change @@ -100,7 +100,6 @@ export type FlowMetadata = {
100
100
| 'apiKeys'
101
101
| 'oauthConsent'
102
102
| 'subscriptionDetails'
103
- | 'subscriptionDetails'
104
103
| 'tasks'
105
104
| 'taskChooseOrganization' ;
106
105
part ?:
You can’t perform that action at this time.
0 commit comments