Skip to content

fix edit insight page on graphql api

Administrator requested to merge jdb/fix-edit-insights-gql into main

Created by: unclejustin

Edit insights was trying to pass in 'all' as the dashboardId to getDashboardById. This doesn't exist, so the query was failing. Just returning null early yields the expected result.

Merge request reports

Loading