Skip to content

Commit

Permalink
Merge branch 'dev' into frontend-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
raaymax committed Mar 5, 2024
2 parents ee02678 + 65f3c71 commit 494087f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/streamsync/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -749,7 +749,7 @@ class Evaluator:
It allows for the sanitisation of frontend inputs.
"""

template_regex = re.compile(r"[\\]?@{([\w\s.]*)}")
template_regex = re.compile(r"[\\]?@{([\w\s.\[\]]*)}")

def __init__(self, session_state: StreamsyncState, session_component_tree: ComponentTree):
self.ss = session_state
Expand Down

0 comments on commit 494087f

Please sign in to comment.