Added 'new' tag for Phone, Email and Currency input

This commit is contained in:
devanshu052000 2025-05-06 22:30:42 +05:30
parent 5128f41aad
commit 37bf84d0c2

View file

@ -14,6 +14,9 @@ const NEW_WIDGETS = [
'TimePicker',
'ModalV2',
'TextArea',
'EmailInput',
'PhoneInput',
'CurrencyInput',
];
export const WidgetBox = ({ component, darkMode }) => {