mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-24 15:54:00 +08:00
Fix save as new protocol modal [SCI-8003] (#5129)
This commit is contained in:
parent
1b9b10ccfb
commit
e6c204a246
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
})
|
||||
.on('show.bs.modal', function() {
|
||||
$(`${protocolModal} #protocol_name`).parent().removeClass('error');
|
||||
$(`${protocolModal} form[data-action="new"] #protocol_name`).val('');
|
||||
$(`${protocolModal} #protocol_name`).val('');
|
||||
});
|
||||
|
||||
let roleSelector = `${protocolModal} #protocol_role_selector`;
|
||||
|
|
Loading…
Reference in a new issue