Skip to content
Snippets Groups Projects
Commit 041d857e authored by Pierre-Jean CHANCELLIER's avatar Pierre-Jean CHANCELLIER
Browse files

needed sent_certifications in favoris

parent 41b4e753
No related branches found
No related tags found
No related merge requests found
......@@ -27,10 +27,12 @@ export default {
required: true
},
dateDispo: {
type: Number
type: Number,
required: true
},
certifs: {
type: Array
type: Array,
required: true
}
},
computed: {
......
......@@ -228,6 +228,10 @@ export const FAVORIS = gql`
__typename
limit
}
sent_certifications {
__typename
pending
}
}
`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment