fix(ui): suggestion: actionLink not working

This commit is contained in:
Guillaume Chau
2018-06-19 00:56:45 +02:00
parent ad415fae02
commit 6c8d220ab8
2 changed files with 2 additions and 0 deletions

View File

@@ -26,6 +26,7 @@ type Suggestion {
label: String!
message: String
link: String
actionLink: String
busy: Boolean!
}

View File

@@ -5,5 +5,6 @@ fragment suggestion on Suggestion {
label
message
link
actionLink
busy
}