Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kdivanov committed Aug 1, 2024
1 parent 9a9e8f2 commit c251910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/entity/settings_entity.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ type SettingsEntity struct {
ValueType string `orm:"enum=entity.SettingsValueTypeAll"`
Editable bool
Deletable bool
Hidden bool `orm:"searchable"`
Hidden bool

CachedQuerySettingsKey *beeorm.CachedQuery `queryOne:":Key = ?"`
}

0 comments on commit c251910

Please sign in to comment.