pgAdmin 4 commit: Fixed linter errors.

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed linter errors.
Date: 2021-12-22 09:15:05
Message-ID: E1mzxiD-0008AL-Np@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed linter errors.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=ebee7a5b72bdf1ff0f5d87a8ae6ae4c2c465e164

Modified Files
--------------
web/pgadmin/static/js/helpers/wizard/Wizard.jsx | 4 +++-
web/pgadmin/static/js/helpers/wizard/WizardStep.jsx | 18 +++++++++---------
2 files changed, 12 insertions(+), 10 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Nikhil Mohite 2021-12-22 10:20:33 [pgAdmin][GrantWizard]: Changes in grantWizard and Wizard component.
Previous Message Akshay Joshi 2021-12-22 08:55:14 pgAdmin 4 commit: Added beforeNext and beforeBack method in Wizard.