mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-23 23:35:00 +08:00
Merge pull request #7434 from aignatov-bio/ai-sci-10603-multiple-task-create-from-canvas
Fix task creation duplicates [SCI-10603]
This commit is contained in:
commit
e3c70e41d4
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
let myModuleUserSelector = '#my_module_user_ids';
|
||||
var myModuleTagsSelector = '#module-tags-selector';
|
||||
|
||||
$(document).on('submit', '#new-my-module-modal form', (event) => {
|
||||
$('#experiment-canvas').on('submit', '#new-my-module-modal form', (event) => {
|
||||
event.preventDefault();
|
||||
|
||||
$.post({
|
||||
|
|
Loading…
Reference in a new issue