fix(core-flows): confirm return request (#8242)
This commit is contained in:
@@ -81,12 +81,12 @@ export default class ClaimItemImage {
|
||||
@BeforeCreate()
|
||||
onCreate() {
|
||||
this.id = generateEntityId(this.id, "climg")
|
||||
this.claim_item_id = this.item?.id
|
||||
this.claim_item_id ??= this.item?.id
|
||||
}
|
||||
|
||||
@OnInit()
|
||||
onInit() {
|
||||
this.id = generateEntityId(this.id, "climg")
|
||||
this.claim_item_id = this.item?.id
|
||||
this.claim_item_id ??= this.item?.id
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user