Skip to content

Commit

Permalink
Refresh the setup position option after its value changes
Browse files Browse the repository at this point in the history
  • Loading branch information
canac committed Oct 2, 2024
1 parent cc4fe9e commit ac8335b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ mutation UpdateUserOptions($key: String!, $value: String!) {
createOrUpdateUserOption(input: { key: $key, value: $value }) {
option {
id
value
}
}
}

0 comments on commit ac8335b

Please sign in to comment.