mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-04-20 11:30:43 -05:00
fix(ui): suggestion: actionLink not working
This commit is contained in:
@@ -26,6 +26,7 @@ type Suggestion {
|
||||
label: String!
|
||||
message: String
|
||||
link: String
|
||||
actionLink: String
|
||||
busy: Boolean!
|
||||
}
|
||||
|
||||
|
||||
@@ -5,5 +5,6 @@ fragment suggestion on Suggestion {
|
||||
label
|
||||
message
|
||||
link
|
||||
actionLink
|
||||
busy
|
||||
}
|
||||
Reference in New Issue
Block a user