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