Skip to content

Commit

Permalink
Merge branch 'main' into less-fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mirekys authored Feb 19, 2024
2 parents 6ef162e + db0b8e5 commit acb720c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oarepo_ui/resources/catalog.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ def component_paths(self) -> Dict[str, Tuple[Path, Path]]:
# if the priority is greater, replace the path
if (
partial_template_name not in paths
or partial_priority > paths[template_name][2]
or partial_priority > paths[partial_template_name][2]
):
paths[partial_template_name] = (
absolute_template_path,
Expand Down

0 comments on commit acb720c

Please sign in to comment.