Bilal Malik

Results 2 issues of Bilal Malik

Hi, I only want to unattached image not delete from the page. ![image](https://user-images.githubusercontent.com/13783854/107931109-a98beb80-6f9d-11eb-907d-3c22fcd77293.png)

user.entity.ts ``` @PolymorphicChildren(() => Media, { eager: true, }) media: Media[]; ``` media.entity.ts ``` @PolymorphicParent(() => [User]) owner: User; @Column({ length: 191, nullable: true }) entityType: string; @Column({ nullable: true...