Bläddra i källkod

note to future me

Peter Holmberg 7 år sedan
förälder
incheckning
acf8390d57
1 ändrade filer med 1 tillägg och 0 borttagningar
  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()] : [];
     const toolbarItems = alert ? [this.stateHistory(), this.deleteAlert()] : [];
 
 
+    //TODO move add button react from angular and add condition to render angular view
     return (
     return (
       <EditorTabBody heading="Alert" toolbarItems={toolbarItems}>
       <EditorTabBody heading="Alert" toolbarItems={toolbarItems}>
         <div ref={element => (this.element = element)} />
         <div ref={element => (this.element = element)} />