Skip to content
Snippets Groups Projects
Unverified Commit cfcbb6da authored by Nemanja Glumac's avatar Nemanja Glumac Committed by GitHub
Browse files

Remove non-existent database key (#30678)

parent 36261f06
No related branches found
No related tags found
No related merge requests found
......@@ -64,7 +64,7 @@ class DatabaseList extends Component {
<ListItem
id={database.id}
index={index}
name={database.display_name || database.name}
name={database.name}
description={database.description}
url={`/reference/databases/${database.id}`}
icon="database"
......
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