pgAdmin 4 commit: Ensure that the "Save results" button should be disab

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Ensure that the "Save results" button should be disab
Date: 2022-04-28 12:32:15
Message-ID: E1nk3Jf-00059z-CW@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Ensure that the "Save results" button should be disabled when there are no rows.

refs #6131

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=38f642d361587f52d66eb0690303eda0d6f8f799
Author: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>

Modified Files
--------------
.../sqleditor/static/js/components/sections/ResultSet.jsx | 2 +-
.../static/js/components/sections/ResultSetToolbar.jsx | 11 +++++++++--
2 files changed, 10 insertions(+), 3 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2022-04-28 12:32:43 Re: [pgAdmin][RM6131] Port query tool to React
Previous Message Aditya Toshniwal 2022-04-28 12:22:50 Re: [pgAdmin][RM6131] Port query tool to React