Add displayname to TextArea component (#24734)

This commit is contained in:
Ivana Huckova
2020-05-15 16:20:19 +02:00
committed by GitHub
parent 0fc9ad1d67
commit 3cdbeffdce
@@ -30,3 +30,5 @@ const getTextAreaStyle = stylesFactory((theme: GrafanaTheme, invalid = false) =>
),
};
});
TextArea.displayName = 'TextArea';