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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,3 +30,5 @@ const getTextAreaStyle = stylesFactory((theme: GrafanaTheme, invalid = false) =>
),
};
});
TextArea.displayName = 'TextArea';