wcs: remove useless dialog titles in card grid settings (#55863)

This commit is contained in:
Frédéric Péters 2021-07-27 15:00:11 +02:00
parent e74705144e
commit 8514d0d00e
1 changed files with 0 additions and 2 deletions

View File

@ -427,7 +427,6 @@ Card_cell_custom.prototype = {
const _self = this;
$(this.grid_form).dialog({
modal: true,
'title': gettext('Grid Layout'),
width: 'auto',
buttons: [
{
@ -490,7 +489,6 @@ Card_cell_custom.prototype = {
const _self = this;
$(this.grid_cell_form).dialog({
modal: true,
'title': button_label,
width: 'auto',
buttons: [
{