Skip to content
This repository has been archived by the owner on Oct 6, 2023. It is now read-only.

Commit

Permalink
fix(ui): run button selecting old field
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Jan 1, 2022
1 parent f474fc2 commit 4c40a6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/peeky-client/src/features/run/RunNewButton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const { mutate, loading: mutating } = useMutation(gql`
mutation startRun {
startRun(input: {}) {
id
title
date
emoji
status
progress
Expand All @@ -31,7 +31,7 @@ const { mutate, loading: mutating } = useMutation(gql`
query: gql`query lastRunCacheUpdate {
lastRun {
id
title
date
emoji
status
progress
Expand Down

0 comments on commit 4c40a6a

Please sign in to comment.