for unwanted usage
This commit is contained in:
parent
048a9959f5
commit
cdd76edbd2
@ -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) {
|
if (pdData.fk_pd_type == 1 || pdData.fk_pd_type == 3 || pdData.fk_pd_type == 2) {
|
||||||
const dialogRef = this.dialog.open(ImagesAllComponent, {
|
const dialogRef = this.dialog.open(ImagesAllComponent, {
|
||||||
data: pdData,
|
data: pdData,
|
||||||
//position: { right: '0' },
|
////position: { right: '0' },
|
||||||
width: '80%',
|
width: '80%',
|
||||||
disableClose: true
|
disableClose: true
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user