Przeglądaj źródła

note to future me

Peter Holmberg 7 lat temu
rodzic
commit
acf8390d57

+ 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)} />