Skip to content

Commit

Permalink
feature/ remove validate id for term "JOB" (Avaiga#97)
Browse files Browse the repository at this point in the history
* remove validate id for term "JOB"
* remove validate id for unique sections and keep JOB
---------

Co-authored-by: Toan Quach <[email protected]>
  • Loading branch information
toan-quach and Toan Quach authored Aug 10, 2023
1 parent 442eb7d commit 8b749bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/taipy/config/unique_section.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ class UniqueSection(Section, ABC):
"""

def __init__(self, **properties):
super().__init__(_validate_id(self.name), **properties)
super().__init__(self.name, **properties)

0 comments on commit 8b749bc

Please sign in to comment.