feat: Fixes release build failures and get's release dockerfile working.
This commit is contained in:
@@ -3,7 +3,7 @@ import ElementaryHTMX
|
||||
import SharedModels
|
||||
import Vapor
|
||||
|
||||
struct EmployeeSelect: HTML {
|
||||
struct EmployeeSelect: HTML, Sendable {
|
||||
|
||||
let employees: [Employee]?
|
||||
let context: ViewRoute.SelectContext
|
||||
@@ -40,7 +40,7 @@ struct EmployeeSelect: HTML {
|
||||
|
||||
}
|
||||
|
||||
struct VendorBranchSelect: HTML {
|
||||
struct VendorBranchSelect: HTML, Sendable {
|
||||
let branches: [VendorBranch.Detail]?
|
||||
let context: ViewRoute.SelectContext
|
||||
|
||||
|
||||
Reference in New Issue
Block a user