Confirmation Dialog also closes Other Dialog

When I close my confirmation dialog it also closes other dialogs under it.

image

Take note that 3 dialogs have different declarations.

image

This closes also other dialogs.

Hoping for your help. Thank you so much!

Hi @Joshua_Armando

Could you post the code that opens each dialog.

Regards

Paul

Hi Paul!

This is the code where the first dialog opens

Then this is the part where the confirmation dialog opens

Hi @Joshua_Armando

Could you format the code using the guidelines here FAQ, please (see item 4)

Also, could you state where each of the pieces of code are. For instance, I see three declarations for DialogService in one place, but the code opens up a separate Component as a dialog.

Cheers

Paul

@Joshua_Armando You don't need to inject the Dialog Service three times. Once should suffice.