Updates to Order Screen
This commit is contained in:
@@ -8,4 +8,11 @@ let htmlViewWithContext func =
|
||||
func (snd ctx)
|
||||
|> htmlView
|
||||
)
|
||||
|> warbler
|
||||
|
||||
let htmlViewWithContextAndId (id: int) func =
|
||||
(fun ctx ->
|
||||
func (snd ctx) id
|
||||
|> htmlView
|
||||
)
|
||||
|> warbler
|
||||
Reference in New Issue
Block a user