mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2026-08-09 04:28:38 -05:00
Port Schema & Catalog node to react. Fixes #6655
This commit is contained in:
committed by
Akshay Joshi
parent
40879a5784
commit
08f2121544
@@ -60,6 +60,7 @@ describe('ExtensionSchema', ()=>{
|
||||
confirmOnCloseReset={false}
|
||||
hasSQL={false}
|
||||
disableSqlHelp={false}
|
||||
disableDialogHelp={false}
|
||||
/>);
|
||||
});
|
||||
|
||||
@@ -79,6 +80,7 @@ describe('ExtensionSchema', ()=>{
|
||||
confirmOnCloseReset={false}
|
||||
hasSQL={false}
|
||||
disableSqlHelp={false}
|
||||
disableDialogHelp={false}
|
||||
/>);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user