Merge pull request #12817 from ToolJet/fix/new-input-tag

Fix: Added 'New' tag for Phone, Email and Currency input
This commit is contained in:
Johnson Cherian 2025-05-15 15:06:02 +05:30 committed by GitHub
commit 7a45ed5672
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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