impaktapps-ui-builder 1.0.131-alpha.1 → 1.0.131-alpha.3
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/package.json
CHANGED
|
@@ -163,7 +163,7 @@ export function refreshPage(type: string, store: any) {
|
|
|
163
163
|
},
|
|
164
164
|
}
|
|
165
165
|
|
|
166
|
-
if(store.formData.columnFormat === '
|
|
166
|
+
// if(store.formData.columnFormat === 'date' && store.formData.columnFormat === 'dateTime') {
|
|
167
167
|
UiSchema.elements[0].elements[0].elements[10] = {
|
|
168
168
|
type: "Control",
|
|
169
169
|
scope: "#/properties/dateFormat",
|
|
@@ -177,7 +177,7 @@ export function refreshPage(type: string, store: any) {
|
|
|
177
177
|
},
|
|
178
178
|
},
|
|
179
179
|
}
|
|
180
|
-
}
|
|
180
|
+
// }
|
|
181
181
|
}
|
|
182
182
|
|
|
183
183
|
if (sessionStorage.getItem("copiedConfig") ) {
|