File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
components/SessionTasks/tasks/TaskChooseOrganization Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ const TaskChooseOrganizationInternal = () => {
34
34
35
35
return (
36
36
< Flow . Root flow = 'taskChooseOrganization' >
37
- < Flow . Part part = { hasExistingResources ? 'chooseOrganization' : 'createOrganization' } >
37
+ < Flow . Part part = 'chooseOrganization' >
38
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 ? (
Original file line number Diff line number Diff line change @@ -123,8 +123,7 @@ export type FlowMetadata = {
123
123
| 'popover'
124
124
| 'complete'
125
125
| 'accountSwitcher'
126
- | 'chooseOrganization'
127
- | 'createOrganization' ;
126
+ | 'chooseOrganization' ;
128
127
} ;
129
128
130
129
const [ FlowMetadataCtx , useFlowMetadata ] = createContextAndHook < FlowMetadata > ( 'FlowMetadata' ) ;
You can’t perform that action at this time.
0 commit comments