mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 17:08:34 +00:00
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:
commit
7a45ed5672
1 changed files with 3 additions and 0 deletions
|
|
@ -14,6 +14,9 @@ const NEW_WIDGETS = [
|
|||
'TimePicker',
|
||||
'ModalV2',
|
||||
'TextArea',
|
||||
'EmailInput',
|
||||
'PhoneInput',
|
||||
'CurrencyInput',
|
||||
];
|
||||
|
||||
export const WidgetBox = ({ component, darkMode }) => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue