Skip to content

Commit

Permalink
Fixed linter error.
Browse files Browse the repository at this point in the history
  • Loading branch information
akshay-joshi committed Sep 6, 2023
1 parent 07d965e commit e938461
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit e938461

Please sign in to comment.