File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed
assets/js/modules/analytics-4/components/dashboard/DashboardAllTrafficWidgetGA4 Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,6 @@ import {
3333 UI_ALL_TRAFFIC_LOADED ,
3434} from '@/js/modules/analytics-4/datastore/constants' ;
3535import { MODULE_SLUG_ANALYTICS_4 } from '@/js/modules/analytics-4/constants' ;
36- import { DAY_IN_SECONDS } from '@/js/util' ;
3736import { isZeroReport } from '@/js/modules/analytics-4/utils' ;
3837import { CORE_USER } from '@/js/googlesitekit/datastore/user/constants' ;
3938import { CORE_UI } from '@/js/googlesitekit/datastore/ui/constants' ;
@@ -46,7 +45,6 @@ import DimensionTabs from './DimensionTabs';
4645import UserDimensionsPieChart from './UserDimensionsPieChart' ;
4746import useAllTrafficWidgetReport from '@/js/modules/analytics-4/hooks/useAllTrafficWidgetReport' ;
4847import useViewOnly from '@/js/hooks/useViewOnly' ;
49- import SurveyViewTrigger from '@/js/components/surveys/SurveyViewTrigger' ;
5048
5149function DashboardAllTrafficWidgetGA4 ( props ) {
5250 const { Widget, WidgetReportError } = props ;
@@ -285,13 +283,6 @@ function DashboardAllTrafficWidgetGA4( props ) {
285283 </ Cell >
286284 </ Row >
287285 </ Grid >
288-
289- { ! viewOnly && (
290- < SurveyViewTrigger
291- triggerID = "view_ga4_dashboard"
292- ttl = { DAY_IN_SECONDS }
293- />
294- ) }
295286 </ Widget >
296287 ) ;
297288}
You can’t perform that action at this time.
0 commit comments