@fto-consult/expo-ui 2.25.3 → 2.25.4
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
|
@@ -226,7 +226,6 @@ export default class FormDataComponent extends AppComponent{
|
|
|
226
226
|
rest.defaultValue = new Date();
|
|
227
227
|
} else if(!isDate && isNonNullString(rest.appConfigDefaultValueKey)){
|
|
228
228
|
rest.defaultValue = appConfig.get(rest.appConfigDefaultValueKey);
|
|
229
|
-
console.log(rest.defaultValue,rest.appConfigDefaultValueKey," is defa value and ",rest,appConfig.activePeriod,appConfig);
|
|
230
229
|
}
|
|
231
230
|
}
|
|
232
231
|
customResponsiveProps = defaultObj(customResponsiveProps);
|