mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2026-08-05 18:57:03 -05:00
Fix GUI test cases failing because of previous commit
This commit is contained in:
@@ -443,9 +443,10 @@ export function ResultSetToolbar({query, canEdit, totalRowCount, pagination, all
|
||||
)
|
||||
}
|
||||
</Box>
|
||||
{totalRowCount > 0 &&
|
||||
<Box>
|
||||
<PaginationInputs key={JSON.stringify(pagination)} pagination={pagination} totalRowCount={totalRowCount} clearSelection={clearSelection} />
|
||||
</Box>
|
||||
</Box>}
|
||||
</StyledDiv>
|
||||
<PgMenu
|
||||
anchorRef={copyMenuRef}
|
||||
|
||||
Reference in New Issue
Block a user