Explorar el Código

Remove commented code

Andrej Ocenas hace 6 años
padre
commit
a26dc64ebe
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      packages/grafana-ui/src/components/FormField/FormField.tsx

+ 0 - 1
packages/grafana-ui/src/components/FormField/FormField.tsx

@@ -1,5 +1,4 @@
 import React, { InputHTMLAttributes, FunctionComponent } from 'react';
-// import React, { InputHTMLAttributes } from 'react';
 import { FormLabel } from '../FormLabel/FormLabel';
 
 export interface Props extends InputHTMLAttributes<HTMLInputElement> {