We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d8a039 commit 8ad63b5Copy full SHA for 8ad63b5
src/pages/Dashboard.tsx
@@ -40,7 +40,7 @@ export default function (): React.ReactElement {
40
data: dashboard,
41
isFetching: isFetchingDashboard,
42
refetch: refetchDashboard,
43
- } = useGetDashboardQuery({ teamId }, { skip: !isPlatformView && !teamId })
+ } = useGetDashboardQuery({ teamId }, { skip: !isPlatformAdmin && !teamId })
44
45
const isDirty = useAppSelector(({ global: { isDirty } }) => isDirty)
46
useEffect(() => {
0 commit comments