mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2026-08-09 12:38:35 -05:00
Allow users to convert View/Edit table into a Query tool to enable editing the SQL generated. #5908
This commit is contained in:
@@ -31,6 +31,7 @@ const fromTextAreaRet = {
|
||||
'scrollIntoView': jest.fn(),
|
||||
'getWrapperElement': ()=>document.createElement('div'),
|
||||
'on': jest.fn(),
|
||||
'off': jest.fn(),
|
||||
'toTextArea': jest.fn(),
|
||||
};
|
||||
module.exports = {
|
||||
|
||||
Reference in New Issue
Block a user