mirror of https://github.com/abpframework/abp.git
Browse Source
Return early in ExtensibleFormPropComponent effect when this.data()?.data is falsy. Previously the effect only checked currentProp and could attempt to access properties on undefined data, causing runtime errors; this adds a defensive check to avoid that.pull/24777/head
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue