Skip to content

Commit

Permalink
fix: Clear cache if block is changed
Browse files Browse the repository at this point in the history
  • Loading branch information
surajshetty3416 committed Feb 19, 2025
1 parent 31256c1 commit fdf1ee7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions builder/builder/doctype/builder_page/builder_page.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ def on_update(self):
or self.has_value_changed("route")
or self.has_value_changed("published")
or self.has_value_changed("disable_indexing")
or self.has_value_changed("blocks")
):
self.clear_route_cache()

Expand Down

0 comments on commit fdf1ee7

Please sign in to comment.