This commit is contained in:
parent
04852f2fbc
commit
3837302161
2 changed files with 7 additions and 1 deletions
|
@ -25,3 +25,9 @@ impl<'r> FromRequest<'r> for RequestContext {
|
|||
})
|
||||
}
|
||||
}
|
||||
|
||||
impl Default for RequestContext {
|
||||
fn default() -> Self {
|
||||
Self { is_htmx: false }
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue