Fixed a couple of SonarQube issues. Branch ------ master
Details ------- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=b128ba2f57393c1402a963e745acf69101916723 Author: Aditya Toshniwal <aditya.toshni...@enterprisedb.com> Modified Files -------------- .../server_groups/servers/static/js/server.ui.js | 2 +- web/pgadmin/dashboard/static/js/Dashboard.jsx | 6 +- web/pgadmin/misc/cloud/static/js/azure.js | 2 +- .../misc/cloud/static/js/azure_schema.ui.js | 6 +- web/pgadmin/static/js/Explain/Analysis.jsx | 5 +- web/pgadmin/static/js/SchemaView/FieldSetView.jsx | 27 ++-- web/pgadmin/static/js/SchemaView/FormView.jsx | 52 +++---- web/pgadmin/static/js/SchemaView/MappedControl.jsx | 6 +- web/pgadmin/static/js/SchemaView/index.jsx | 4 +- web/pgadmin/static/js/components/PgTable.jsx | 152 +++++++++++---------- web/pgadmin/static/js/pgadmin.js | 2 +- web/pgadmin/static/js/validators.js | 2 +- .../search_objects/static/js/SearchObjects.jsx | 6 +- .../js/components/QueryToolDataGrid/index.jsx | 44 +++--- .../static/js/components/sections/ResultSet.jsx | 2 +- web/webpack.test.config.js | 2 +- 16 files changed, 175 insertions(+), 145 deletions(-)