Remove enrichEmptySettings from component patch function as any screen update already invokes empty setting enrichment on every single component
This commit is contained in:
parent
8fe020cf28
commit
a074cb6bef
|
@ -555,7 +555,6 @@ export class ComponentStore extends BudiStore {
|
||||||
const patchResult = patchFn(component, screen)
|
const patchResult = patchFn(component, screen)
|
||||||
|
|
||||||
// Post processing
|
// Post processing
|
||||||
this.enrichEmptySettings(component, { screen, useDefaultValues: false })
|
|
||||||
const migrated = this.migrateSettings(component)
|
const migrated = this.migrateSettings(component)
|
||||||
|
|
||||||
// Returning an explicit false signifies that we should skip this
|
// Returning an explicit false signifies that we should skip this
|
||||||
|
|
Loading…
Reference in New Issue