mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-17 13:08: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 {
|
||||
'options': search_form.options,
|
||||
'request': request,
|
||||
'navbar' : navbar,
|
||||
'navbar': navbar,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user