for unwanted usage

This commit is contained in:
venbatechnologies@gmail.com 2022-01-20 14:05:53 +05:30
parent 048a9959f5
commit cdd76edbd2

View File

@ -454,7 +454,7 @@ export class ViewPdComponent implements OnInit, OnDestroy {
if (pdData.fk_pd_type == 1 || pdData.fk_pd_type == 3 || pdData.fk_pd_type == 2) {
const dialogRef = this.dialog.open(ImagesAllComponent, {
data: pdData,
//position: { right: '0' },
////position: { right: '0' },
width: '80%',
disableClose: true
});