Fix build errors: localization syntax, key paths, and ViewOrderCard widget
This commit is contained in:
@@ -10,7 +10,7 @@ enum ShiftStatus {
|
||||
CANCELED
|
||||
}
|
||||
|
||||
type Shift @table(name: "shifts") {
|
||||
type Shift @table(name: "shifts", key: ["id"]) {
|
||||
id: UUID! @default(expr: "uuidV4()")
|
||||
|
||||
title: String!
|
||||
|
||||
Reference in New Issue
Block a user