@@ -39,8 +39,8 @@ import type React from "react";
39
39
import { useState } from "react" ;
40
40
import type { FC } from "react" ;
41
41
import { docs } from "utils/docs" ;
42
- import { OrganizationPills } from "./OrganizationPills" ;
43
42
import * as Yup from "yup" ;
43
+ import { OrganizationPills } from "./OrganizationPills" ;
44
44
45
45
interface IdpSyncPageViewProps {
46
46
organizationSyncSettings :OrganizationSyncSettings | undefined ;
@@ -80,10 +80,6 @@ export const IdpOrgSyncPageView: FC<IdpSyncPageViewProps> = ({
80
80
?Object . entries ( form . values . mapping ) . length
81
81
:0 ;
82
82
83
- if ( ! organizationSyncSettings ) {
84
- return < Loader /> ;
85
- }
86
-
87
83
const getOrgNames = ( orgIds :readonly string [ ] ) => {
88
84
return orgIds . map (
89
85
( orgId ) =>
@@ -251,8 +247,6 @@ interface IdpMappingTableProps {
251
247
}
252
248
253
249
const IdpMappingTable :FC < IdpMappingTableProps > = ( { isEmpty, children} ) => {
254
- const isLoading = false ;
255
-
256
250
return (
257
251
< TableContainer >
258
252
< Table >
@@ -265,10 +259,6 @@ const IdpMappingTable: FC<IdpMappingTableProps> = ({ isEmpty, children }) => {
265
259
</ TableHead >
266
260
< TableBody >
267
261
< ChooseOne >
268
- < Cond condition = { isLoading } >
269
- < TableLoader />
270
- </ Cond >
271
-
272
262
< Cond condition = { isEmpty } >
273
263
< TableRow >
274
264
< TableCell colSpan = { 999 } >