mirror of
https://github.com/semaphoreui/semaphore.git
synced 2024-11-23 12:30:41 +01:00
Fix Vue warn
[Vue warn]: Invalid prop: type check failed for prop "templateId". Expected Number with value NaN, got String with value "new".
This commit is contained in:
parent
570a9d323a
commit
2f95a6fb7e
@ -41,7 +41,7 @@ export default {
|
||||
props: {
|
||||
value: Boolean,
|
||||
projectId: Number,
|
||||
templateId: Number,
|
||||
templateId: [Number, String],
|
||||
templateType: String,
|
||||
templateAlias: String,
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user