2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-15 11:35:41 +00:00

Fix empty translation string

This commit is contained in:
Oliver Walters
2022-05-01 22:34:03 +10:00
parent 433ecdb2c3
commit 0a3613476c

View File

@ -2413,7 +2413,7 @@ function showAllocationSubTable(index, row, element, options) {
},
{
field: 'buttons',
title: '{% trans "" %}',
title: '',
formatter: function(value, row, index, field) {
var html = `<div class='btn-group float-right' role='group'>`;