impaktapps-ui-builder 0.0.404 → 0.0.405

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.
@@ -10944,7 +10944,7 @@ const buildUiSchema = (config) => {
10944
10944
  });
10945
10945
  }
10946
10946
  elements.elements = config.elements.map((e, elemInd) => {
10947
- if (e.type) {
10947
+ if (e.type && e.type !== "date" && e.type !== "dateTime" && e.type !== "amount") {
10948
10948
  return {
10949
10949
  accessorKey: e.name,
10950
10950
  header: e.label || e.name,