@next-core/brick-kit 2.173.0 → 2.173.2

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.
@@ -3277,6 +3277,12 @@
3277
3277
  }
3278
3278
  function _computeRealValueWithOverrideApp() {
3279
3279
  _computeRealValueWithOverrideApp = _asyncToGenerator__default["default"](function* (data, overrideAppId, context, kernel) {
3280
+ if ("titleDataSource" in data && brickUtils.isObject(data.titleDataSource) && Object.entries(data.titleDataSource).every(_ref7 => {
3281
+ var [key, value] = _ref7;
3282
+ return value === null || value === "";
3283
+ })) {
3284
+ delete data.titleDataSource;
3285
+ }
3280
3286
  if ("if" in data && data.if === null) {
3281
3287
  delete data.if;
3282
3288
  }