sunguroku преди 5 години
родител
ревизия
ce9aeac071
променени са 1 файла, в които са добавени 0 реда и са изтрити 7 реда
  1. 0 7
      dashboard/src/main/home/templates/expanded-template/LaunchTemplate.tsx

+ 0 - 7
dashboard/src/main/home/templates/expanded-template/LaunchTemplate.tsx

@@ -128,13 +128,6 @@ export default class LaunchTemplate extends Component<PropsType, StateType> {
     });
   }
 
-  // componentDidUpdate(prevProps: PropsType, prevState: StateType) {
-  //   if (this.state.selectedImageUrl != prevState.selectedImageUrl
-  //       || this.state.saveValuesStatus != prevState.saveValuesStatus) {
-  //     this.refreshTabs();
-  //   }
-  // }
-
   renderIcon = (icon: string) => {
     if (icon) {
       return <Icon src={icon} />