@visns-studio/visns-components 2.8.5 → 2.8.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/crm/Field.jsx +2 -0
- package/package.json +1 -1
package/components/crm/Field.jsx
CHANGED
|
@@ -227,6 +227,7 @@ function Field({
|
|
|
227
227
|
'plainrelationarray',
|
|
228
228
|
'plaintext',
|
|
229
229
|
'richeditor',
|
|
230
|
+
'time',
|
|
230
231
|
].includes(settings.type)
|
|
231
232
|
) {
|
|
232
233
|
return (
|
|
@@ -667,6 +668,7 @@ function Field({
|
|
|
667
668
|
'plainrelationarray',
|
|
668
669
|
'plaintext',
|
|
669
670
|
'richeditor',
|
|
671
|
+
'time',
|
|
670
672
|
'toggle',
|
|
671
673
|
].includes(settings.type)
|
|
672
674
|
) {
|
package/package.json
CHANGED