Skip to content

Commit

Permalink
fix type err
Browse files Browse the repository at this point in the history
  • Loading branch information
ruucm committed Dec 8, 2024
1 parent c07f9d4 commit cc4e30c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export const updateGradientState = (querystate: object | string) => {
let state = querystate
if (isString) state = parseState(querystate)

// @ts-ignore
useQueryStore.setState(state, isString) // replace true if it's a string
}

Expand Down

0 comments on commit cc4e30c

Please sign in to comment.