Skip to content

Commit

Permalink
remove bad assignment in example (#1160)
Browse files Browse the repository at this point in the history
  • Loading branch information
masenf authored Jan 5, 2025
1 parent 47ddc8d commit c91c94c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/library/forms/text_area.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ class TextAreaFeedbackState(rx.State):
@rx.event
def reset_form(self):
self.feedback = ""
self.attach_screenshot = True
self.submitted = False

def feedback_form():
Expand Down

0 comments on commit c91c94c

Please sign in to comment.