Merge pull request #6144 from G-Chubinidze/gc_SCI_8798_v2

Remove text when option is chosen in dropdown selector in add member to team [SCI-8798]
This commit is contained in:
Martin Artnik 2023-09-06 11:38:56 +02:00 committed by GitHub
commit 33cd529967
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -51,6 +51,7 @@
if (values.length > 0) {
inviteBtn.attr('disabled', false);
inviteWithRoleBtn.attr('disabled', false);
$($('.search-field')[0]).val('');
} else {
inviteBtn.attr('disabled', 'disabled');
inviteWithRoleBtn.attr('disabled', 'disabled');