Alexander Belanger il y a 5 ans
Parent
commit
917e221665

+ 1 - 1
dashboard/src/main/home/dashboard/expanded-chart/RevisionSection.tsx

@@ -45,7 +45,7 @@ export default class RevisionSection extends Component<PropsType, StateType> {
     return `${time} on ${date}`;
   }
 
-  handleRollback = (revision: number) => {
+  handleRollback = (revision: number) => {    
     api.rollbackChart('<token>', {
       namespace: this.props.namespace,
       context: this.context.currentCluster,