Skip to content

Commit

Permalink
network mode
Browse files Browse the repository at this point in the history
  • Loading branch information
sinamics committed Aug 6, 2023
1 parent 4b6cec9 commit 1e95664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/modules/table/memberHeaderColumns.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export const MemberHeaderColumns = ({ nwid, central = false }: IProp) => {
nwid,
central,
},
{ enabled: !!nwid }
{ enabled: !!nwid, networkMode:"online" }
);

const { mutate: stashUser } = api.networkMember.stash.useMutation({
Expand Down

0 comments on commit 1e95664

Please sign in to comment.