console: fix inconsistency in permissions builder (close #4119) (#5524)

This commit is contained in:
Varun Choudhary 2020-08-05 17:16:57 +05:30 committed by GitHub
parent 01a4ceeca9
commit d4b4459c98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -774,7 +774,7 @@ class PermissionBuilder extends React.Component {
const _tableExp = [
{ key: 'schema', value: schemaSelect },
{ key: 'table', value: tableSelect },
{ key: 'name', value: tableSelect },
];
return <QueryBuilderJson element={_tableExp} />;