Parcourir la source

note to future me

Peter Holmberg il y a 7 ans
Parent
commit
acf8390d57
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      public/app/features/dashboard/dashgrid/AlertTab.tsx

+ 1 - 0
public/app/features/dashboard/dashgrid/AlertTab.tsx

@@ -105,6 +105,7 @@ export class AlertTab extends PureComponent<Props> {
 
     const toolbarItems = alert ? [this.stateHistory(), this.deleteAlert()] : [];
 
+    //TODO move add button react from angular and add condition to render angular view
     return (
       <EditorTabBody heading="Alert" toolbarItems={toolbarItems}>
         <div ref={element => (this.element = element)} />