diff --git a/platform/app/src/routes/WorkList/WorkList.tsx b/platform/app/src/routes/WorkList/WorkList.tsx index 85864a0..50c8a4b 100644 --- a/platform/app/src/routes/WorkList/WorkList.tsx +++ b/platform/app/src/routes/WorkList/WorkList.tsx @@ -527,8 +527,9 @@ function WorkList({ } : undefined; - const { component: dataSourceConfigurationComponent } = - customizationService.get('ohif.dataSourceConfigurationComponent') ?? {}; + // comment agar user tidak bisa mengganti config dari depan + // const { component: dataSourceConfigurationComponent } = + // customizationService.get('ohif.dataSourceConfigurationComponent') ?? {}; return (