You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: remove unused useAdminQuery call in ManageLocationAddressesContent
Remove unnecessary useAdminQuery(LOCATION_ADDRESS_LIST) call from ExpandableLocationAddressRow component. The query is already handled by useTableGrid hook, and mutations trigger refetchQueries to keep data in sync.
0 commit comments