diff --git a/web/pgadmin/tools/datagrid/static/js/show_data.js b/web/pgadmin/tools/datagrid/static/js/show_data.js index e41978876..5a603aa1f 100644 --- a/web/pgadmin/tools/datagrid/static/js/show_data.js +++ b/web/pgadmin/tools/datagrid/static/js/show_data.js @@ -45,7 +45,6 @@ export function showDataGrid( let applicable_nodes = ['table', 'view', 'mview', 'foreign_table']; if (applicable_nodes.indexOf(node.getData()._type) === -1) { - alertify.error(gettext('This feature is not applicable to the selected object.')); return; }