Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
shahzad31 committed Feb 5, 2024
1 parent 016ac57 commit c6ecf2f
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ export function GroupView({ kqlQuery, sloView, sort, direction, groupBy }: Props
const { state, store: storeState } = useUrlSearchState();
const { tagsFilter, statusFilter, filters, page, perPage, lastRefresh } = state;

console.log('state', state);

const { data, isLoading, isError } = useFetchSloGroups({
perPage,
page: page + 1,
Expand Down

0 comments on commit c6ecf2f

Please sign in to comment.