mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-17 21:18:16 -06:00
Fix type
This commit is contained in:
parent
b13f03e0c6
commit
19de42c8fe
@ -13,5 +13,5 @@ def search_options(request, navbar) -> Dict:
|
|||||||
return {
|
return {
|
||||||
'options': search_form.options,
|
'options': search_form.options,
|
||||||
'request': request,
|
'request': request,
|
||||||
'navbar' : navbar,
|
'navbar': navbar,
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user