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', field: 'buttons',
title: '{% trans "" %}', title: '',
formatter: function(value, row, index, field) { formatter: function(value, row, index, field) {
var html = `<div class='btn-group float-right' role='group'>`; var html = `<div class='btn-group float-right' role='group'>`;