We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78425e3 commit 12d0a14Copy full SHA for 12d0a14
debug_toolbar/panels/history/views.py
@@ -56,7 +56,9 @@ def history_refresh(request, verified_data):
56
"id": id,
57
"store_context": {
58
"toolbar": toolbar,
59
- "form": SignedDataForm(initial={"store_id": id}),
+ "form": SignedDataForm(
60
+ initial=HistoryStoreForm(initial={"store_id": id}).initial
61
+ ),
62
},
63
64
),
0 commit comments