Merge pull request #1614 from ckaczor/issue-1554

Issue #1554 - Add close button to search panel
This commit is contained in:
Eugene 2019-10-13 20:19:39 -07:00 committed by GitHub
commit d0a93cf258
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,3 +32,9 @@
placement='bottom'
)
i.fa.fa-fw.fa-text-width
button.btn.btn-outline(
(click)='close.emit()',
ngbTooltip='Close',
placement='bottom'
)
i.fa.fa-fw.fa-times