Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 067db7a

Browse files
HviorForgeFlowthienvh332
authored andcommittedOct 10, 2024
[IMP] pre-commit lint
1 parent 9644d46 commit 067db7a

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)
Please sign in to comment.