Skip to content

Commit 9bae680

Browse files
authored
docs: missing key in tabs navigation for changeform
1 parent 202be08 commit 9bae680

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tabs/changeform.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ UNFOLD = {
2222
# Which changeform models are going to display tab navigation
2323
"models": [
2424
{
25-
"app_label.model_name_in_lowercase",
25+
"name": "app_label.model_name_in_lowercase",
2626
"detail": True, # Displays tab navigation on changeform page
2727
},
2828
],

0 commit comments

Comments
 (0)