projects
/
oweals
/
peertube.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20e6c7c
)
Reset confirm component
author
Chocobozzz
<me@florianbigard.com>
Tue, 17 Jul 2018 09:06:04 +0000
(11:06 +0200)
committer
Chocobozzz
<me@florianbigard.com>
Tue, 17 Jul 2018 09:06:04 +0000
(11:06 +0200)
client/src/app/core/confirm/confirm.component.ts
patch
|
blob
|
history
diff --git
a/client/src/app/core/confirm/confirm.component.ts
b/client/src/app/core/confirm/confirm.component.ts
index 02b38489a9b264083758203b2f561bd0d0671156..a13152496a2de01955394b7ba2ff1bc243476be2 100644
(file)
--- a/
client/src/app/core/confirm/confirm.component.ts
+++ b/
client/src/app/core/confirm/confirm.component.ts
@@
-69,6
+69,7
@@
export class ConfirmComponent implements OnInit {
}
showModal () {
+ this.inputValue = ''
this.confirmModal.show()
}