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 8049478Copy full SHA for 8049478
debug_toolbar/panels/history/views.py
@@ -56,7 +56,11 @@ 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(
61
+ initial={"store_id": id}
62
+ ).initial
63
+ ),
64
},
65
66
),
0 commit comments