Skip to content

Commit

Permalink
fix import json having condition in multiple pages
Browse files Browse the repository at this point in the history
  • Loading branch information
NarenderRajuB committed Oct 18, 2024
1 parent be269e6 commit e7005e4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/import_config/load_form_json.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ def _get_component_by_runner_name(db, runner_component_name, page_id):
return (
db.session.query(Component)
.filter(Component.runner_component_name == runner_component_name)
.filter(Component.page_id == page_id)
.first()
)

Expand Down

0 comments on commit e7005e4

Please sign in to comment.