mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Makes some improvements/restructurings to the PgTable component.
This commit is contained in:
committed by
Akshay Joshi
parent
cc5cfa0997
commit
4fff26c571
@@ -315,6 +315,7 @@ export default function GrantWizard({ sid, did, nodeInfo, nodeData }) {
|
||||
<WizardStep stepId={0}>
|
||||
<Box className={classes.panelContent}>
|
||||
<PgTable
|
||||
caveTable={false}
|
||||
className={classes.table}
|
||||
height={window.innerHeight - 450}
|
||||
columns={columns}
|
||||
|
||||
Reference in New Issue
Block a user