last one there

This commit is contained in:
Khaleel Al-Adhami 2024-10-24 13:43:14 -07:00
parent d694d91196
commit b2a4b0eb23

View File

@ -187,7 +187,7 @@ class Form(BaseHTML):
"""
return {
"react": "useCallback",
f"/{Dirs.STATE_PATH}": ["getRefValue", "getRefValues"],
f"$/{Dirs.STATE_PATH}": ["getRefValue", "getRefValues"],
}
def add_hooks(self) -> list[str]: