diff --git a/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/row_security_policies/static/js/row_security_policy.js b/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/row_security_policies/static/js/row_security_policy.js
index b9e3ba0b..c7162cc3 100644
--- a/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/row_security_policies/static/js/row_security_policy.js
+++ b/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/row_security_policies/static/js/row_security_policy.js
@@ -95,7 +95,8 @@ define('pgadmin.node.row_security_policy', [
         },
         schema: [{
           id: 'name', label: gettext('Name'), cell: 'string',
-          editable: true, type: 'text', readonly: false, cellHeaderClasses: 'width_percent_50',
+          type: 'text', readonly: true, cellHeaderClasses: 'width_percent_50',
+          mode: ['properties']
         },{
           id: 'oid', label: gettext('OID'), cell: 'string',
           editable: false, type: 'text', mode: ['properties'],
