mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fixed an issue where user was unable to select privileges in Safari #5327
This commit is contained in:
@@ -131,7 +131,7 @@ export default function Privilege({value, onChange, controlProps}) {
|
||||
return (
|
||||
<div className={classes.root}>
|
||||
<InputText value={textValue} readOnly/>
|
||||
<table className={clsx(classes.table, 'priv-table')}>
|
||||
<table className={clsx(classes.table, 'priv-table')} tabIndex="0">
|
||||
{(realVal.length > 1) && <thead>
|
||||
<tr>
|
||||
<td className={classes.tableCell}>
|
||||
|
||||
Reference in New Issue
Block a user