Skip to content

Commit

Permalink
fix(form): Correct typo in auto loader for js files.
Browse files Browse the repository at this point in the history
  • Loading branch information
vinci1it2000 committed Feb 12, 2024
1 parent 7e0dfdd commit 7e83118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schedula/utils/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ def form(self, depth=1, node_data=NONE, node_function=NONE, directory=None,
if '/' not in d and '/index' in d:
d['/'] = d['/index']
elif not d:
methods[k] = sh.NONE
methods[k] = NONE
methods.update({
'get_form_context': get_context,
'get_form_data': get_data
Expand Down

0 comments on commit 7e83118

Please sign in to comment.