mirror of
https://github.com/grafana/grafana.git
synced 2024-11-22 08:56:43 -06:00
Add displayname to TextArea component (#24734)
This commit is contained in:
parent
0fc9ad1d67
commit
3cdbeffdce
@ -30,3 +30,5 @@ const getTextAreaStyle = stylesFactory((theme: GrafanaTheme, invalid = false) =>
|
||||
),
|
||||
};
|
||||
});
|
||||
|
||||
TextArea.displayName = 'TextArea';
|
||||
|
Loading…
Reference in New Issue
Block a user