Fixed linter error.

pull/6740/head
Akshay Joshi 2023-09-06 11:43:55 +05:30
parent 07d965ea46
commit e9384615dc
1 changed files with 2 additions and 2 deletions

View File

@ -68,8 +68,8 @@ define('pgadmin.node.mview', [
hasDepends: true,
hasStatistics: true,
statsPrettifyFields: [gettext('Total Size'), gettext('Indexes size'), gettext('Table size'),
gettext('TOAST table size'), gettext('Tuple length'),
gettext('Dead tuple length'), gettext('Free space')],
gettext('TOAST table size'), gettext('Tuple length'),
gettext('Dead tuple length'), gettext('Free space')],
hasScriptTypes: ['create', 'select'],
collection_type: 'coll-mview',
width: pgBrowser.stdW.md + 'px',