Просмотр исходного кода

imprv/115673-128224-create-presentationfile10.1

Meiri Kikuta 2 лет назад
Родитель
Сommit
eedaad3b6b
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      apps/app/src/components/Admin/Customize/CustomizePresentationSetting.tsx

+ 1 - 1
apps/app/src/components/Admin/Customize/CustomizePresentationSetting.tsx

@@ -66,6 +66,6 @@ const CustomizeFunctionSettingPresentation = (props: Props): JSX.Element => {
     </React.Fragment>
     </React.Fragment>
   );
   );
 };
 };
-const CustomizePresentationSettingWrapper = withUnstatedContainers(CustomizeSettingPresentation, [AdminCustomizeContainer]);
+const CustomizePresentationSettingWrapper = withUnstatedContainers(CustomizeFunctionSettingPresentation, [AdminCustomizeContainer]);
 
 
 export default CustomizePresentationSettingWrapper;
 export default CustomizePresentationSettingWrapper;