mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-20 05:46:34 +00:00
Brace style fixes
This commit is contained in:
@ -23,7 +23,9 @@ function loadAttachmentTable(url, options) {
|
||||
$(table).inventreeTable({
|
||||
url: url,
|
||||
name: options.name || 'attachments',
|
||||
formatNoMatches: function() { return '{% trans "No attachments found" %}'},
|
||||
formatNoMatches: function() {
|
||||
return '{% trans "No attachments found" %}'
|
||||
},
|
||||
sortable: true,
|
||||
search: false,
|
||||
queryParams: options.filters || {},
|
||||
|
Reference in New Issue
Block a user