mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-26 17:51:13 +08:00
Update param for file deletion
This commit is contained in:
parent
d35f7119b7
commit
14ec728ae7
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ var RepositoryDatatableRowEditor = (function() {
|
|||
.html(`<input type="hidden"
|
||||
form="${$input.attr('form')}"
|
||||
name="repository_cells[${$input.data('col-id')}]"
|
||||
value="-1"/>`);
|
||||
value=""/>`);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue