mirror of
https://github.com/zadam/trilium.git
synced 2025-11-07 05:46:10 +01:00
renamed db columns to camelCase
This commit is contained in:
@@ -19,7 +19,7 @@ const attributesDialog = (function() {
|
||||
|
||||
this.addNewRow = function() {
|
||||
self.attributes.push({
|
||||
attribute_id: '',
|
||||
attributeId: '',
|
||||
name: '',
|
||||
value: ''
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user