mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-03-09 22:23:28 +08:00
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:
commit
33cd529967
1 changed files with 1 additions and 0 deletions
|
@ -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');
|
||||
|
|
Loading…
Reference in a new issue