Skip to content

Commit

Permalink
Fix bug of admin panel - path of language.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
BaseMax committed Feb 9, 2025
1 parent 14d84c5 commit 0e3145d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/admin/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
DEBUG = False
DEBUG = True
YAML_DIR = "../"
LANGUAEG_FILE = "language.yaml"
LANGUAEG_FILE = "yaml/language.yaml"


def get_dynamic_columns(data: dict) -> List[str]:
Expand Down

0 comments on commit 0e3145d

Please sign in to comment.