Skip to content

Commit 2ab8389

Browse files
HviorForgeFlowthienvh332
authored andcommitted
[IMP] pre-commit lint
1 parent 68c1980 commit 2ab8389

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bi_sql_editor/models/bi_sql_view.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ def _prepare_tree_view(self):
419419
"type": "tree",
420420
"model": self.model_id.model,
421421
"arch": """<?xml version="1.0"?>"""
422-
"""<tree string="Analysis">{}"""
422+
"""<tree name="Analysis">{}"""
423423
"""</tree>""".format(
424424
"".join([x._prepare_tree_field() for x in self.bi_sql_view_field_ids])
425425
),

0 commit comments

Comments
 (0)