[FIX] bi_sql_editor: fix typo

pull/583/head
mariadforgeflow 2022-02-01 08:47:59 +01:00
parent 5b60bc6017
commit ee1d2c44c3
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ class BiSQLViewField(models.Model):
" a 'group by' option in the search view",
)
index_name = fields.Char(ompute="_compute_index_name")
index_name = fields.Char(compute="_compute_index_name")
graph_type = fields.Selection(selection=_GRAPH_TYPE_SELECTION)