Skip to content

Commit

Permalink
fix(issues): Switch from isLoading to isPending (#78304)
Browse files Browse the repository at this point in the history
  • Loading branch information
scttcper authored Sep 27, 2024
1 parent 1685d00 commit 796bbcc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export function TagDetailsDrawerContent({
const {
data: tag,
isError: tagIsError,
isLoading: tagIsLoading,
isPending: tagIsLoading,
} = useFetchIssueTag({
orgSlug: organization.slug,
groupId,
Expand Down

0 comments on commit 796bbcc

Please sign in to comment.