Skip to content
Snippets Groups Projects
Commit 675ec7f0 authored by Atte Keinänen's avatar Atte Keinänen Committed by GitHub
Browse files

Merge pull request #5848 from metabase/fix-5619

Fix new databases being not included in the permissions grid
parents f23cf670 1a706d50
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ import { fetchRealDatabases } from "metabase/redux/metadata";
@connect(null, { fetchRealDatabases })
export default class DataPermissionsApp extends Component {
componentWillMount() {
this.props.fetchRealDatabases();
this.props.fetchRealDatabases(true);
}
render() {
return (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment