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)
|
||||
|
||||
// Post processing
|
||||
this.enrichEmptySettings(component, { screen, useDefaultValues: false })
|
||||
const migrated = this.migrateSettings(component)
|
||||
|
||||
// Returning an explicit false signifies that we should skip this
|
||||
|
|
Loading…
Reference in New Issue