Skip to content

Commit 6c8d220

Browse files
author
Guillaume Chau
committed
fix(ui): suggestion: actionLink not working
1 parent ad415fa commit 6c8d220

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packages/@vue/cli-ui/src/graphql-api/schema/suggestion.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ type Suggestion {
2626
label: String!
2727
message: String
2828
link: String
29+
actionLink: String
2930
busy: Boolean!
3031
}
3132

packages/@vue/cli-ui/src/graphql/suggestionFragment.gql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@ fragment suggestion on Suggestion {
55
label
66
message
77
link
8+
actionLink
89
busy
910
}

0 commit comments

Comments
 (0)