Fixed shootId defined as Int rather than String
This commit is contained in:
parent
6751ff39a2
commit
2c386e4880
|
@ -488,9 +488,12 @@ function copySummary() {
|
|||
margin: .25rem .5rem .5rem 0;
|
||||
line-height: 1.25;
|
||||
display: -webkit-box;
|
||||
-webkit-box-orient: vertical;
|
||||
-webkit-line-clamp: 2;
|
||||
overflow: hidden;
|
||||
|
||||
&:not(:active) {
|
||||
-webkit-box-orient: vertical;
|
||||
-webkit-line-clamp: 2;
|
||||
overflow: hidden;
|
||||
}
|
||||
}
|
||||
|
||||
.notitle {
|
||||
|
|
|
@ -109,7 +109,7 @@ export const scenesSchema = `
|
|||
duration: Int
|
||||
description: String
|
||||
createdAt: Date
|
||||
shootId: Int
|
||||
shootId: String
|
||||
channel: Entity
|
||||
network: Entity
|
||||
actors: [Actor!]!
|
||||
|
|
Loading…
Reference in New Issue