mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Add TextArea to safe components list (#13468)
These changes were split off from the snaps branch [here](https://github.com/MetaMask/metamask-extension/pull/11837#discussion_r792944264).
This commit is contained in:
parent
41df6eac1c
commit
09ac38977e
@ -7,6 +7,7 @@ import Typography from '../../ui/typography';
|
||||
import Box from '../../ui/box';
|
||||
import MetaMaskTranslation from '../metamask-translation';
|
||||
import NetworkDisplay from '../network-display';
|
||||
import TextArea from '../../ui/textarea/textarea';
|
||||
|
||||
export const safeComponentList = {
|
||||
MetaMaskTranslation,
|
||||
@ -23,4 +24,5 @@ export const safeComponentList = {
|
||||
Popover,
|
||||
Box,
|
||||
NetworkDisplay,
|
||||
TextArea,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user