Skip to content
Snippets Groups Projects
Commit 000eec6e authored by Kirill Stytsenko's avatar Kirill Stytsenko
Browse files

Internal name property renamed

Former-commit-id: aa5a8633
parent cb16a2ed
No related branches found
No related tags found
No related merge requests found
...@@ -108,7 +108,7 @@ export default { ...@@ -108,7 +108,7 @@ export default {
return columns || [] return columns || []
}, },
columnNames () { columnNames () {
return this.selectItems && this.selectItems.map(s => s.internalName) return this.selectItems && this.selectItems.map(s => s.internal_name)
}, },
databaseId () { databaseId () {
return this.$route.params.database_id return this.$route.params.database_id
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment