Skip to content

Commit 50f7de1

Browse files
committed
wc: force to clear job view modal after closing it #TASK-7708
1 parent d70f2e8 commit 50f7de1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/webcomponents/job/job-grid.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ export default class JobGrid extends LitElement {
111111

112112
this.gridCommons.registerModals({
113113
"view-job": () => ({
114+
clearAfterClosing: true, // force to clear the active modal when closed
114115
display: {
115116
modalTitle: `Job ${this._selectedJobId}`,
116117
modalSize: "modal-3xl",

0 commit comments

Comments
 (0)