From ee1d2c44c34dbc21949fcc88f54074fb5461373c Mon Sep 17 00:00:00 2001 From: mariadforgeflow Date: Tue, 1 Feb 2022 08:47:59 +0100 Subject: [PATCH] [FIX] bi_sql_editor: fix typo --- bi_sql_editor/models/bi_sql_view_field.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bi_sql_editor/models/bi_sql_view_field.py b/bi_sql_editor/models/bi_sql_view_field.py index 8531ce2f7..785fc0cd4 100644 --- a/bi_sql_editor/models/bi_sql_view_field.py +++ b/bi_sql_editor/models/bi_sql_view_field.py @@ -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)