mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-24 08:41:56 +08:00
Fix task creation duplicates [SCI-10603]
This commit is contained in:
parent
ba9686810a
commit
6d069ce2ed
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