2
0
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:
Oliver Walters
2021-08-30 20:30:26 +10:00
parent e1adef5010
commit 4c39607e00
8 changed files with 64 additions and 51 deletions

View File

@ -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 || {},