Skip to content

Commit aaf75ed

Browse files
committed
ui: close popup on action complete
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
1 parent 418035a commit aaf75ed

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

ui/src/utils/plugins.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,8 @@ export const pollJobPlugin = {
107107
key: jobId,
108108
duration: 2
109109
})
110+
} else {
111+
message.destroy(jobId)
110112
}
111113
store.dispatch('AddHeaderNotice', {
112114
key: jobId,

0 commit comments

Comments
 (0)